#B09E7C

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

Shades of Bronco #B09E7C

Tints of Bronco #B09E7C

Color information

#B09E7C (or 0xB09E7C) is unknown color: approx Bronco. HEX triplet: B0, 9E and 7C. RGB value is (176,158,124). Sum of RGB (Red+Green+Blue) = 176+158+124=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E7C is #4F6183. Grayscale: #9F9F9F. Windows color (decimal): -5202308 or 8167088. OLE color: 8167088.

HSL color Cylindrical-coordinate representation of color #B09E7C: hue angle of 39.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09E7C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176158124-
CMYK00.100.300.31
HSL39.23º24.76%58.82%-
HSV(B)39.23º29.55%69.02%-
XYZ33.7735.1424.07-
YUV159.51107.96139.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=38.43%
G=34.50%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615812400.100.300.3139.2324.7658.82
HexB09E7C0A1E1F27193b
Octal2602361740123637473173
Binary1011000010011110111110001010111101111110011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E7C; }

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

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

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

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

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

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

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

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