#BB7833

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

Shades of Meteor #BB7833

Tints of Meteor #BB7833

Color information

#BB7833 (or 0xBB7833) is unknown color: approx Meteor. HEX triplet: BB, 78 and 33. RGB value is (187,120,51). Sum of RGB (Red+Green+Blue) = 187+120+51=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7833 is #4487CC. Grayscale: #848484. Windows color (decimal): -4491213 or 3373243. OLE color: 3373243.

HSL color Cylindrical-coordinate representation of color #BB7833: hue angle of 30.44º 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 #BB7833 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18712051-
CMYK00.360.730.27
HSL30.44º57.14%46.67%-
HSV(B)30.44º72.73%73.33%-
XYZ27.8124.246.34-
YUV132.1782.2167.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=52.23%
G=33.52%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871205100.360.730.2730.4457.1446.67
HexBB7833024491B1e392f
Octal2731706304411133367157
Binary101110111111000110011010010010010011101111110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7833; }

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

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

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

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

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

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

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

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