#bb7831

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

Shades of Meteor #BB7831

Tints of Meteor #BB7831

Color information

#BB7831 (or 0xBB7831) is unknown color: approx Meteor. HEX triplet: BB, 78 and 31. RGB value is (187,120,49). Sum of RGB (Red+Green+Blue) = 187+120+49=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7831 is #4487CE. Grayscale: #848484. Windows color (decimal): -4491215 or 3242171. OLE color: 3242171.

HSL color Cylindrical-coordinate representation of color #BB7831: hue angle of 30.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB7831 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18712049-
CMYK00.360.740.27
HSL30.87º58.47%46.27%-
HSV(B)30.87º73.8%73.33%-
XYZ27.7624.226.12-
YUV131.9481.2167.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=52.53%
G=33.71%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871204900.360.740.2730.8758.4746.27
HexBB78310244A1B1f3a2e
Octal2731706104411233377256
Binary101110111111000110001010010010010101101111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7831; }

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

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

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

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

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

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

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

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