Html Css Color HEX #B29C7D Bronco

📋 copy color: '#B29C7D'

red 178 ◦ green 156 ◦ blue 125

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

Shades of Bronco #B29C7D

Tints of Bronco #B29C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 38.78%
G = 33.99%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B29C7D (or 0xB29C7D) is known color: Bronco. HEX triplet: B2, 9C and 7D. RGB value is (178,156,125). Sum of RGB (Red+Green+Blue) = 178+156+125=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C7D is #4D6382. Grayscale: #9F9F9F. Windows color (decimal): -5071747 or 8232114. OLE color: 8232114.

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

Color convert

RGB 178 156 125 -
CMYK 0 0.12 0.30 0.30
HSL 35.09º 0.26% 0.59% -
HSV(B) 35.09º 0.3% 0.7% -
XYZ 33.95 34.72 24.31 -
YUV 159.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 178 156 125 0 0.12 0.30 0.30 35.09 0.26 0.59
Hex B2 9C 7D 0 C 1E 1E 23 1A 3B
Octal 262 234 175 0 14 36 36 43 32 73
Binary 10110010 10011100 1111101 0 1100 11110 11110 100011 11010 111011

Color Harmonies of #B29C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C7D

Black with #B29C7D

Text Example


Text Example

White with #B29C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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