#B09E80

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

Shades of Bronco #B09E80

Tints of Bronco #B09E80

Color information

#B09E80 (or 0xB09E80) is unknown color: approx Bronco. HEX triplet: B0, 9E and 80. RGB value is (176,158,128). Sum of RGB (Red+Green+Blue) = 176+158+128=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E80 is #4F617F. Grayscale: #A0A0A0. Windows color (decimal): -5202304 or 8429232. OLE color: 8429232.

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

Color convert

RGB176158128-
CMYK00.100.270.31
HSL37.5º23.3%59.61%-
HSV(B)37.5º27.27%69.02%-
XYZ34.0335.2425.43-
YUV159.96109.96139.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=38.10%
G=34.20%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615812800.100.270.3137.523.359.61
HexB09E800A1B1F26173c
Octal2602362000123337462774
Binary10110000100111101000000001010110111111110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E80; }

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

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

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

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

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

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

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

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