Html Css Color HEX #B29C76 Bronco

📋 copy color: '#B29C76'

red 178 ◦ green 156 ◦ blue 118

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

Shades of Bronco #B29C76

Tints of Bronco #B29C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 39.38%
G = 34.51%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B29C76 (or 0xB29C76) is known color: Bronco. HEX triplet: B2, 9C and 76. RGB value is (178,156,118). Sum of RGB (Red+Green+Blue) = 178+156+118=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C76 is #4D6389. Grayscale: #9E9E9E. Windows color (decimal): -5071754 or 7773362. OLE color: 7773362.

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

Color convert

RGB 178 156 118 -
CMYK 0 0.12 0.34 0.30
HSL 38º 0.28% 0.58% -
HSV(B) 38º 0.34% 0.7% -
XYZ 33.52 34.55 22.04 -
YUV 158.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 178 156 118 0 0.12 0.34 0.30 38 0.28 0.58
Hex B2 9C 76 0 C 22 1E 26 1C 3A
Octal 262 234 166 0 14 42 36 46 34 72
Binary 10110010 10011100 1110110 0 1100 100010 11110 100110 11100 111010

Color Harmonies of #B29C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C76

Black with #B29C76

Text Example


Text Example

White with #B29C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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