Html Css Color HEX #B29F6E Tallow

📋 copy color: '#B29F6E'

red 178 ◦ green 159 ◦ blue 110

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

Shades of Tallow #B29F6E

Tints of Tallow #B29F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.61%

R = 39.82%
G = 35.57%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B29F6E (or 0xB29F6E) is known color: Tallow. HEX triplet: B2, 9F and 6E. RGB value is (178,159,110). Sum of RGB (Red+Green+Blue) = 178+159+110=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F6E is #4D6091. Grayscale: #9F9F9F. Windows color (decimal): -5070994 or 7249842. OLE color: 7249842.

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

Color convert

RGB 178 159 110 -
CMYK 0 0.11 0.38 0.30
HSL 43.24º 0.31% 0.56% -
HSV(B) 43.24º 0.38% 0.7% -
XYZ 33.57 35.39 19.81 -
YUV 159.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 178 159 110 0 0.11 0.38 0.30 43.24 0.31 0.56
Hex B2 9F 6E 0 B 26 1E 2B 1F 38
Octal 262 237 156 0 13 46 36 53 37 70
Binary 10110010 10011111 1101110 0 1011 100110 11110 101011 11111 111000

Color Harmonies of #B29F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F6E

Black with #B29F6E

Text Example


Text Example

White with #B29F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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