#B29D88

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

Shades of Bronco #B29D88

Tints of Bronco #B29D88

Color information

#B29D88 (or 0xB29D88) is unknown color: approx Bronco. HEX triplet: B2, 9D and 88. RGB value is (178,157,136). Sum of RGB (Red+Green+Blue) = 178+157+136=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D88 is #4D6277. Grayscale: #A0A0A0. Windows color (decimal): -5071480 or 8953266. OLE color: 8953266.

HSL color Cylindrical-coordinate representation of color #B29D88: hue angle of 30º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29D88 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178157136-
CMYK00.120.240.30
HSL30º21.43%61.57%-
HSV(B)30º23.6%69.8%-
XYZ34.8635.3628.28-
YUV160.88113.96140.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=37.79%
G=33.33%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815713600.120.240.303021.4361.57
HexB29D880C181E1e153e
Octal2622352100143036362576
Binary1011001010011101100010000110011000111101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D88; }

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

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

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

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

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

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

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

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