Html Css Color HEX #B29F7F Bronco

📋 copy color: '#B29F7F'

red 178 ◦ green 159 ◦ blue 127

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

Shades of Bronco #B29F7F

Tints of Bronco #B29F7F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.27%

 BLUE value IS 127 (50% from 255) = 27.37%

R = 38.36%
G = 34.27%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B29F7F (or 0xB29F7F) is known color: Bronco. HEX triplet: B2, 9F and 7F. RGB value is (178,159,127). Sum of RGB (Red+Green+Blue) = 178+159+127=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F7F is #4D6080. Grayscale: #A1A1A1. Windows color (decimal): -5070977 or 8363954. OLE color: 8363954.

HSL color Cylindrical-coordinate representation of color #B29F7F: hue angle of 37.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29F7F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 127 -
CMYK 0 0.11 0.29 0.30
HSL 37.65º 0.25% 0.6% -
HSV(B) 37.65º 0.29% 0.7% -
XYZ 34.59 35.79 25.16 -
YUV 161.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 178 159 127 0 0.11 0.29 0.30 37.65 0.25 0.6
Hex B2 9F 7F 0 B 1D 1E 26 19 3C
Octal 262 237 177 0 13 35 36 46 31 74
Binary 10110010 10011111 1111111 0 1011 11101 11110 100110 11001 111100

Color Harmonies of #B29F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F7F

Black with #B29F7F

Text Example


Text Example

White with #B29F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F7F; }

 p { color: rgb(178,159,127); }

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

background-color css

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

 a { background-color: rgb(178,159,127); }

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

border-color css

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

 span { border-color: rgb(178,159,127); }

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