Html Css Color HEX #B29149 Turmeric

📋 copy color: '#B29149'

red 178 ◦ green 145 ◦ blue 73

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

Shades of Turmeric #B29149

Tints of Turmeric #B29149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 44.95%
G = 36.62%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B29149 (or 0xB29149) is known color: Turmeric. HEX triplet: B2, 91 and 49. RGB value is (178,145,73). Sum of RGB (Red+Green+Blue) = 178+145+73=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B29149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29149 is #4D6EB6. Grayscale: #929292. Windows color (decimal): -5074615 or 4821426. OLE color: 4821426.

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

Color convert

RGB 178 145 73 -
CMYK 0 0.19 0.59 0.30
HSL 41.14º 0.42% 0.49% -
HSV(B) 41.14º 0.59% 0.7% -
XYZ 29.69 30.2 10.57 -
YUV 146.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 178 145 73 0 0.19 0.59 0.30 41.14 0.42 0.49
Hex B2 91 49 0 13 3B 1E 29 2A 31
Octal 262 221 111 0 23 73 36 51 52 61
Binary 10110010 10010001 1001001 0 10011 111011 11110 101001 101010 110001

Color Harmonies of #B29149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29149

Black with #B29149

Text Example


Text Example

White with #B29149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29149; }

 p { color: rgb(178,145,73); }

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

background-color css

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

 a { background-color: rgb(178,145,73); }

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

border-color css

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

 span { border-color: rgb(178,145,73); }

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