Html Css Color HEX #B29246 Turmeric

📋 copy color: '#B29246'

red 178 ◦ green 146 ◦ blue 70

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

Shades of Turmeric #B29246

Tints of Turmeric #B29246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 45.18%
G = 37.06%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B29246 (or 0xB29246) is known color: Turmeric. HEX triplet: B2, 92 and 46. RGB value is (178,146,70). Sum of RGB (Red+Green+Blue) = 178+146+70=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B29246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29246 is #4D6DB9. Grayscale: #939393. Windows color (decimal): -5074362 or 4625074. OLE color: 4625074.

HSL color Cylindrical-coordinate representation of color #B29246: hue angle of 42.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B29246 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 146 70 -
CMYK 0 0.18 0.61 0.30
HSL 42.22º 0.44% 0.49% -
HSV(B) 42.22º 0.61% 0.7% -
XYZ 29.74 30.46 10.11 -
YUV 146.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 178 146 70 0 0.18 0.61 0.30 42.22 0.44 0.49
Hex B2 92 46 0 12 3D 1E 2A 2C 31
Octal 262 222 106 0 22 75 36 52 54 61
Binary 10110010 10010010 1000110 0 10010 111101 11110 101010 101100 110001

Color Harmonies of #B29246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29246

Black with #B29246

Text Example


Text Example

White with #B29246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29246; }

 p { color: rgb(178,146,70); }

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

background-color css

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

 a { background-color: rgb(178,146,70); }

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

border-color css

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

 span { border-color: rgb(178,146,70); }

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