#B09E88

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

Shades of Bronco #B09E88

Tints of Bronco #B09E88

Color information

#B09E88 (or 0xB09E88) is unknown color: approx Bronco. HEX triplet: B0, 9E and 88. RGB value is (176,158,136). Sum of RGB (Red+Green+Blue) = 176+158+136=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E88 is #4F6177. Grayscale: #A0A0A0. Windows color (decimal): -5202296 or 8953520. OLE color: 8953520.

HSL color Cylindrical-coordinate representation of color #B09E88: hue angle of 33º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09E88 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176158136-
CMYK00.100.230.31
HSL33º20.2%61.18%-
HSV(B)33º22.73%69.02%-
XYZ34.5835.4628.31-
YUV160.87113.96138.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=37.45%
G=33.62%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615813600.100.230.313320.261.18
HexB09E880A171F21143d
Octal2602362100122737412475
Binary10110000100111101000100001010101111111110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E88; }

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

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

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

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

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

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

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

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