Html Css Color HEX #B29C78 Bronco

📋 copy color: '#B29C78'

red 178 ◦ green 156 ◦ blue 120

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

Shades of Bronco #B29C78

Tints of Bronco #B29C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 39.21%
G = 34.36%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B29C78 (or 0xB29C78) is known color: Bronco. HEX triplet: B2, 9C and 78. RGB value is (178,156,120). Sum of RGB (Red+Green+Blue) = 178+156+120=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C78 is #4D6387. Grayscale: #9E9E9E. Windows color (decimal): -5071752 or 7904434. OLE color: 7904434.

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

Color convert

RGB 178 156 120 -
CMYK 0 0.12 0.33 0.30
HSL 37.24º 0.27% 0.58% -
HSV(B) 37.24º 0.33% 0.7% -
XYZ 33.64 34.6 22.67 -
YUV 158.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 178 156 120 0 0.12 0.33 0.30 37.24 0.27 0.58
Hex B2 9C 78 0 C 21 1E 25 1B 3A
Octal 262 234 170 0 14 41 36 45 33 72
Binary 10110010 10011100 1111000 0 1100 100001 11110 100101 11011 111010

Color Harmonies of #B29C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C78

Black with #B29C78

Text Example


Text Example

White with #B29C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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