Html Css Color HEX #B29671 Fallow

📋 copy color: '#B29671'

red 178 ◦ green 150 ◦ blue 113

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

Shades of Fallow #B29671

Tints of Fallow #B29671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 40.36%
G = 34.01%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B29671 (or 0xB29671) is known color: Fallow. HEX triplet: B2, 96 and 71. RGB value is (178,150,113). Sum of RGB (Red+Green+Blue) = 178+150+113=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B29671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29671 is #4D698E. Grayscale: #9A9A9A. Windows color (decimal): -5073295 or 7444146. OLE color: 7444146.

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

Color convert

RGB 178 150 113 -
CMYK 0 0.16 0.37 0.30
HSL 34.15º 0.3% 0.57% -
HSV(B) 34.15º 0.37% 0.7% -
XYZ 32.25 32.47 20.19 -
YUV 154.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 178 150 113 0 0.16 0.37 0.30 34.15 0.3 0.57
Hex B2 96 71 0 10 25 1E 22 1E 39
Octal 262 226 161 0 20 45 36 42 36 71
Binary 10110010 10010110 1110001 0 10000 100101 11110 100010 11110 111001

Color Harmonies of #B29671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29671

Black with #B29671

Text Example


Text Example

White with #B29671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29671; }

 p { color: rgb(178,150,113); }

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

background-color css

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

 a { background-color: rgb(178,150,113); }

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

border-color css

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

 span { border-color: rgb(178,150,113); }

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