#B09B79

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

Shades of Bronco #B09B79

Tints of Bronco #B09B79

Color information

#B09B79 (or 0xB09B79) is unknown color: approx Bronco. HEX triplet: B0, 9B and 79. RGB value is (176,155,121). Sum of RGB (Red+Green+Blue) = 176+155+121=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B79 is #4F6486. Grayscale: #9D9D9D. Windows color (decimal): -5203079 or 7969712. OLE color: 7969712.

HSL color Cylindrical-coordinate representation of color #B09B79: hue angle of 37.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B09B79 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176155121-
CMYK00.120.310.31
HSL37.09º25.82%58.24%-
HSV(B)37.09º31.25%69.02%-
XYZ33.0834.0522.92-
YUV157.4107.46141.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.94%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=38.94%
G=34.29%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615512100.120.310.3137.0925.8258.24
HexB09B790C1F1F251a3a
Octal2602331710143737453272
Binary1011000010011011111100101100111111111110010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B79; }

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

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

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

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

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

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

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

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