#BB7431

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

Shades of Meteor #BB7431

Tints of Meteor #BB7431

Color information

#BB7431 (or 0xBB7431) is unknown color: approx Meteor. HEX triplet: BB, 74 and 31. RGB value is (187,116,49). Sum of RGB (Red+Green+Blue) = 187+116+49=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7431 is #448BCE. Grayscale: #818181. Windows color (decimal): -4492239 or 3241147. OLE color: 3241147.

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

Color convert

RGB18711649-
CMYK00.380.740.27
HSL29.13º58.47%46.27%-
HSV(B)29.13º73.8%73.33%-
XYZ27.2923.285.96-
YUV129.5982.52168.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=53.12%
G=32.95%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871164900.380.740.2729.1358.4746.27
HexBB74310264A1B1d3a2e
Octal2731646104611233357256
Binary101110111110100110001010011010010101101111101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7431; }

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

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

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

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

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

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

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

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