#B09D88

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

Shades of Bronco #B09D88

Tints of Bronco #B09D88

Color information

#B09D88 (or 0xB09D88) is unknown color: approx Bronco. HEX triplet: B0, 9D and 88. RGB value is (176,157,136). Sum of RGB (Red+Green+Blue) = 176+157+136=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D88 is #4F6277. Grayscale: #A0A0A0. Windows color (decimal): -5202552 or 8953264. OLE color: 8953264.

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

Color convert

RGB176157136-
CMYK00.110.230.31
HSL31.5º20.2%61.18%-
HSV(B)31.5º22.73%69.02%-
XYZ34.4135.1228.26-
YUV160.29114.29139.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=37.53%
G=33.48%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615713600.110.230.3131.520.261.18
HexB09D880B171F20143d
Octal2602352100132737402475
Binary10110000100111011000100001011101111111110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D88; }

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

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

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

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

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

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

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

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