Html Css Color HEX #B29F89 Bronco

📋 copy color: '#B29F89'

red 178 ◦ green 159 ◦ blue 137

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

Shades of Bronco #B29F89

Tints of Bronco #B29F89

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.54%

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 37.55%
G = 33.54%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B29F89 (or 0xB29F89) is known color: Bronco. HEX triplet: B2, 9F and 89. RGB value is (178,159,137). Sum of RGB (Red+Green+Blue) = 178+159+137=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F89 is #4D6076. Grayscale: #A2A2A2. Windows color (decimal): -5070967 or 9019314. OLE color: 9019314.

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

Color convert

RGB 178 159 137 -
CMYK 0 0.11 0.23 0.30
HSL 32.2º 0.21% 0.62% -
HSV(B) 32.2º 0.23% 0.7% -
XYZ 35.27 36.07 28.77 -
YUV 162.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 178 159 137 0 0.11 0.23 0.30 32.2 0.21 0.62
Hex B2 9F 89 0 B 17 1E 20 15 3E
Octal 262 237 211 0 13 27 36 40 25 76
Binary 10110010 10011111 10001001 0 1011 10111 11110 100000 10101 111110

Color Harmonies of #B29F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F89

Black with #B29F89

Text Example


Text Example

White with #B29F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F89; }

 p { color: rgb(178,159,137); }

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

background-color css

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

 a { background-color: rgb(178,159,137); }

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

border-color css

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

 span { border-color: rgb(178,159,137); }

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