#B09C84

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

Shades of Bronco #B09C84

Tints of Bronco #B09C84

Color information

#B09C84 (or 0xB09C84) is unknown color: approx Bronco. HEX triplet: B0, 9C and 84. RGB value is (176,156,132). Sum of RGB (Red+Green+Blue) = 176+156+132=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C84 is #4F637B. Grayscale: #9F9F9F. Windows color (decimal): -5202812 or 8690864. OLE color: 8690864.

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

Color convert

RGB176156132-
CMYK00.110.250.31
HSL32.73º21.78%60.39%-
HSV(B)32.73º25%69.02%-
XYZ33.9634.6726.73-
YUV159.24112.63139.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=37.93%
G=33.62%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615613200.110.250.3132.7321.7860.39
HexB09C840B191F21163c
Octal2602342040133137412674
Binary10110000100111001000010001011110011111110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C84; }

 p { color: rgb(176,156,132); }

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

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

 a { background-color: rgb(176,156,132); }

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

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

 span { border-color: rgb(176,156,132); }

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