#BB7233

Color #BB7233 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #BB7233

Tints of Meteor #BB7233

Color information

#BB7233 (or 0xBB7233) is unknown color: approx Meteor. HEX triplet: BB, 72 and 33. RGB value is (187,114,51). Sum of RGB (Red+Green+Blue) = 187+114+51=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7233 is #448DCC. Grayscale: #808080. Windows color (decimal): -4492749 or 3371707. OLE color: 3371707.

HSL color Cylindrical-coordinate representation of color #BB7233: hue angle of 27.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7233 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18711451-
CMYK00.390.730.27
HSL27.79º57.14%46.67%-
HSV(B)27.79º72.73%73.33%-
XYZ27.1122.846.11-
YUV128.6484.18169.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=53.12%
G=32.39%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871145100.390.730.2727.7957.1446.67
HexBB7233027491B1c392f
Octal2731626304711133347157
Binary101110111110010110011010011110010011101111100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7233; }

 p { color: rgb(187,114,51); }

 H1.HeaderClassName
 {
   color: #BB7233;
 }
 .AnyTagClassName
 {
   color: #BB7233;
 }
</style>
background-color css

<style>
 a { background-color: #BB7233; }

 a { background-color: rgb(187,114,51); }

 div.DivClassName
 {
   background-color: #BB7233;
 }
 .BgClassName
 {
   background-color: #BB7233;
 }
</style>
border-color css

<style>
 span { border-color: #BB7233; }

 span { border-color: rgb(187,114,51); }

 td.TdClassName
 {
   border-color: #BB7233;
 }
 .TagClassName
 {
   border-color: #BB7233;
 }
</style>