#B0997E

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

Shades of Bronco #B0997E

Tints of Bronco #B0997E

Color information

#B0997E (or 0xB0997E) is unknown color: approx Bronco. HEX triplet: B0, 99 and 7E. RGB value is (176,153,126). Sum of RGB (Red+Green+Blue) = 176+153+126=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B0997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0997E is #4F6681. Grayscale: #9C9C9C. Windows color (decimal): -5203586 or 8296880. OLE color: 8296880.

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

Color convert

RGB176153126-
CMYK00.130.280.31
HSL32.4º24.04%59.22%-
HSV(B)32.4º28.41%69.02%-
XYZ33.0633.5224.47-
YUV156.8110.62141.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 126 (49.61% from 255) = 27.69%
R=38.68%
G=33.63%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615312600.130.280.3132.424.0459.22
HexB0997E0D1C1F20183b
Octal2602311760153437403073
Binary1011000010011001111111001101111001111110000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0997E; }

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

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

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

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

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

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

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

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