#B09C80

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

Shades of Bronco #B09C80

Tints of Bronco #B09C80

Color information

#B09C80 (or 0xB09C80) is unknown color: approx Bronco. HEX triplet: B0, 9C and 80. RGB value is (176,156,128). Sum of RGB (Red+Green+Blue) = 176+156+128=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C80 is #4F637F. Grayscale: #9E9E9E. Windows color (decimal): -5202816 or 8428720. OLE color: 8428720.

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

Color convert

RGB176156128-
CMYK00.110.270.31
HSL35º23.3%59.61%-
HSV(B)35º27.27%69.02%-
XYZ33.6934.5725.32-
YUV158.79110.63140.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=38.26%
G=33.91%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615612800.110.270.313523.359.61
HexB09C800B1B1F23173c
Octal2602342000133337432774
Binary10110000100111001000000001011110111111110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C80; }

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

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

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

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

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

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

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

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