#B29D82

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

Shades of Bronco #B29D82

Tints of Bronco #B29D82

Color information

#B29D82 (or 0xB29D82) is unknown color: approx Bronco. HEX triplet: B2, 9D and 82. RGB value is (178,157,130). Sum of RGB (Red+Green+Blue) = 178+157+130=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D82 is #4D627D. Grayscale: #A0A0A0. Windows color (decimal): -5071486 or 8560050. OLE color: 8560050.

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

Color convert

RGB178157130-
CMYK00.120.270.30
HSL33.75º23.76%60.39%-
HSV(B)33.75º26.97%69.8%-
XYZ34.4535.1926.1-
YUV160.2110.96140.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=38.28%
G=33.76%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815713000.120.270.3033.7523.7660.39
HexB29D820C1B1E22183c
Octal2622352020143336423074
Binary10110010100111011000001001100110111111010001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D82; }

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

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

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

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

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

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

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

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