#B09C83

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

Shades of Bronco #B09C83

Tints of Bronco #B09C83

Color information

#B09C83 (or 0xB09C83) is unknown color: approx Bronco. HEX triplet: B0, 9C and 83. RGB value is (176,156,131). Sum of RGB (Red+Green+Blue) = 176+156+131=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C83 is #4F637C. Grayscale: #9F9F9F. Windows color (decimal): -5202813 or 8625328. OLE color: 8625328.

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

Color convert

RGB176156131-
CMYK00.110.260.31
HSL33.33º22.17%60.2%-
HSV(B)33.33º25.57%69.02%-
XYZ33.8934.6526.37-
YUV159.13112.13140.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=38.01%
G=33.69%
B=28.29%

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
Decimal17615613100.110.260.3133.3322.1760.2
HexB09C830B1A1F21163c
Octal2602342030133237412674
Binary10110000100111001000001101011110101111110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C83; }

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

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

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

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

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

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

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

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