Html Css Color HEX #B29D83 Bronco

📋 copy color: '#B29D83'

red 178 ◦ green 157 ◦ blue 131

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

Shades of Bronco #B29D83

Tints of Bronco #B29D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 38.2%
G = 33.69%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B29D83 (or 0xB29D83) is known color: Bronco. HEX triplet: B2, 9D and 83. RGB value is (178,157,131). Sum of RGB (Red+Green+Blue) = 178+157+131=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D83 is #4D627C. Grayscale: #A0A0A0. Windows color (decimal): -5071485 or 8625586. OLE color: 8625586.

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

Color convert

RGB 178 157 131 -
CMYK 0 0.12 0.26 0.30
HSL 33.19º 0.23% 0.61% -
HSV(B) 33.19º 0.26% 0.7% -
XYZ 34.51 35.22 26.45 -
YUV 160.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 178 157 131 0 0.12 0.26 0.30 33.19 0.23 0.61
Hex B2 9D 83 0 C 1A 1E 21 17 3D
Octal 262 235 203 0 14 32 36 41 27 75
Binary 10110010 10011101 10000011 0 1100 11010 11110 100001 10111 111101

Color Harmonies of #B29D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D83

Black with #B29D83

Text Example


Text Example

White with #B29D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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