Html Css Color HEX #B29D7D Bronco

📋 copy color: '#B29D7D'

red 178 ◦ green 157 ◦ blue 125

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

Shades of Bronco #B29D7D

Tints of Bronco #B29D7D

RGB

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

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

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

R = 38.7%
G = 34.13%
B = 27.17%

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

#B29D7D (or 0xB29D7D) is known color: Bronco. HEX triplet: B2, 9D and 7D. RGB value is (178,157,125). Sum of RGB (Red+Green+Blue) = 178+157+125=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D7D is #4D6282. Grayscale: #9F9F9F. Windows color (decimal): -5071491 or 8232370. OLE color: 8232370.

HSL color Cylindrical-coordinate representation of color #B29D7D: hue angle of 36.23º 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 #B29D7D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 125 -
CMYK 0 0.12 0.30 0.30
HSL 36.23º 0.26% 0.59% -
HSV(B) 36.23º 0.3% 0.7% -
XYZ 34.12 35.06 24.37 -
YUV 159.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 178 157 125 0 0.12 0.30 0.30 36.23 0.26 0.59
Hex B2 9D 7D 0 C 1E 1E 24 1A 3B
Octal 262 235 175 0 14 36 36 44 32 73
Binary 10110010 10011101 1111101 0 1100 11110 11110 100100 11010 111011

Color Harmonies of #B29D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D7D

Black with #B29D7D

Text Example


Text Example

White with #B29D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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