#B09B81

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

Shades of Bronco #B09B81

Tints of Bronco #B09B81

Color information

#B09B81 (or 0xB09B81) is unknown color: approx Bronco. HEX triplet: B0, 9B and 81. RGB value is (176,155,129). Sum of RGB (Red+Green+Blue) = 176+155+129=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B81 is #4F647E. Grayscale: #9E9E9E. Windows color (decimal): -5203071 or 8494000. OLE color: 8494000.

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

Color convert

RGB176155129-
CMYK00.120.270.31
HSL33.19º22.93%59.8%-
HSV(B)33.19º26.7%69.02%-
XYZ33.5934.2625.61-
YUV158.31111.46140.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=38.26%
G=33.70%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615512900.120.270.3133.1922.9359.8
HexB09B810C1B1F21173c
Octal2602332010143337412774
Binary10110000100110111000000101100110111111110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B81; }

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

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

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

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

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

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

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

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