#B09D82

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

Shades of Bronco #B09D82

Tints of Bronco #B09D82

Color information

#B09D82 (or 0xB09D82) is unknown color: approx Bronco. HEX triplet: B0, 9D and 82. RGB value is (176,157,130). Sum of RGB (Red+Green+Blue) = 176+157+130=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D82 is #4F627D. Grayscale: #9F9F9F. Windows color (decimal): -5202558 or 8560048. OLE color: 8560048.

HSL color Cylindrical-coordinate representation of color #B09D82: hue angle of 35.22º 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 #B09D82 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176157130-
CMYK00.110.260.31
HSL35.22º22.55%60%-
HSV(B)35.22º26.14%69.02%-
XYZ33.9934.9626.07-
YUV159.6111.29139.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=38.01%
G=33.91%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615713000.110.260.3135.2222.5560
HexB09D820B1A1F23173c
Octal2602352020133237432774
Binary10110000100111011000001001011110101111110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D82; }

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

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

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

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

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

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

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

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