Html Css Color HEX #B29C81 Bronco

📋 copy color: '#B29C81'

red 178 ◦ green 156 ◦ blue 129

#B29C81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #B29C81

Tints of Bronco #B29C81

RGB

 RED value IS 178 (69.92% from 255) = 38.44%

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 38.44%
G = 33.69%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B29C81 (or 0xB29C81) is known color: Bronco. HEX triplet: B2, 9C and 81. RGB value is (178,156,129). Sum of RGB (Red+Green+Blue) = 178+156+129=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C81 is #4D637E. Grayscale: #9F9F9F. Windows color (decimal): -5071743 or 8494258. OLE color: 8494258.

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

Color convert

RGB 178 156 129 -
CMYK 0 0.12 0.28 0.30
HSL 33.06º 0.24% 0.6% -
HSV(B) 33.06º 0.28% 0.7% -
XYZ 34.21 34.83 25.69 -
YUV 159.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 178 156 129 0 0.12 0.28 0.30 33.06 0.24 0.6
Hex B2 9C 81 0 C 1C 1E 21 18 3C
Octal 262 234 201 0 14 34 36 41 30 74
Binary 10110010 10011100 10000001 0 1100 11100 11110 100001 11000 111100

Color Harmonies of #B29C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C81

Black with #B29C81

Text Example


Text Example

White with #B29C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C81; }

 p { color: rgb(178,156,129); }

 H1.HeaderClassName
 {
   color: #B29C81;
 }
 .AnyTagClassName
 {
   color: #B29C81;
 }
</style>

background-color css

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

 a { background-color: rgb(178,156,129); }

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

border-color css

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

 span { border-color: rgb(178,156,129); }

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