Html Css Color HEX #B29D81 Bronco

📋 copy color: '#B29D81'

red 178 ◦ green 157 ◦ blue 129

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

Shades of Bronco #B29D81

Tints of Bronco #B29D81

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

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

R = 38.36%
G = 33.84%
B = 27.8%

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

#B29D81 (or 0xB29D81) is known color: Bronco. HEX triplet: B2, 9D and 81. RGB value is (178,157,129). Sum of RGB (Red+Green+Blue) = 178+157+129=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D81 is #4D627E. Grayscale: #A0A0A0. Windows color (decimal): -5071487 or 8494514. OLE color: 8494514.

HSL color Cylindrical-coordinate representation of color #B29D81: hue angle of 34.29º 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 #B29D81 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 129 -
CMYK 0 0.12 0.28 0.30
HSL 34.29º 0.24% 0.6% -
HSV(B) 34.29º 0.28% 0.7% -
XYZ 34.38 35.16 25.74 -
YUV 160.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 178 157 129 0 0.12 0.28 0.30 34.29 0.24 0.6
Hex B2 9D 81 0 C 1C 1E 22 18 3C
Octal 262 235 201 0 14 34 36 42 30 74
Binary 10110010 10011101 10000001 0 1100 11100 11110 100010 11000 111100

Color Harmonies of #B29D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D81

Black with #B29D81

Text Example


Text Example

White with #B29D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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