#B09B82

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

Shades of Bronco #B09B82

Tints of Bronco #B09B82

Color information

#B09B82 (or 0xB09B82) is unknown color: approx Bronco. HEX triplet: B0, 9B and 82. RGB value is (176,155,130). Sum of RGB (Red+Green+Blue) = 176+155+130=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B82 is #4F647D. Grayscale: #9E9E9E. Windows color (decimal): -5203070 or 8559536. OLE color: 8559536.

HSL color Cylindrical-coordinate representation of color #B09B82: hue angle of 32.61º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09B82 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176155130-
CMYK00.120.260.31
HSL32.61º22.55%60%-
HSV(B)32.61º26.14%69.02%-
XYZ33.6634.2825.96-
YUV158.43111.96140.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=38.18%
G=33.62%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615513000.120.260.3132.6122.5560
HexB09B820C1A1F21173c
Octal2602332020143237412774
Binary10110000100110111000001001100110101111110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B82; }

 p { color: rgb(176,155,130); }

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

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

 a { background-color: rgb(176,155,130); }

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

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

 span { border-color: rgb(176,155,130); }

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