#B09977

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

Shades of Bronco #B09977

Tints of Bronco #B09977

Color information

#B09977 (or 0xB09977) is unknown color: approx Bronco. HEX triplet: B0, 99 and 77. RGB value is (176,153,119). Sum of RGB (Red+Green+Blue) = 176+153+119=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B09977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09977 is #4F6688. Grayscale: #9C9C9C. Windows color (decimal): -5203593 or 7838128. OLE color: 7838128.

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

Color convert

RGB176153119-
CMYK00.130.320.31
HSL35.79º26.51%57.84%-
HSV(B)35.79º32.39%69.02%-
XYZ32.6333.3422.17-
YUV156107.12142.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=39.29%
G=34.15%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615311900.130.320.3135.7926.5157.84
HexB099770D201F241b3a
Octal2602311670154037443372
Binary10110000100110011110111011011000001111110010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09977; }

 p { color: rgb(176,153,119); }

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

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

 a { background-color: rgb(176,153,119); }

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

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

 span { border-color: rgb(176,153,119); }

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