Html Css Color HEX #B39144 Turmeric

📋 copy color: '#B39144'

red 179 ◦ green 145 ◦ blue 68

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

Shades of Turmeric #B39144

Tints of Turmeric #B39144

RGB

 RED value IS 179 (70.31% from 255) = 45.66%

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

 BLUE value IS 68 (26.95% from 255) = 17.35%

R = 45.66%
G = 36.99%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B39144 (or 0xB39144) is known color: Turmeric. HEX triplet: B3, 91 and 44. RGB value is (179,145,68). Sum of RGB (Red+Green+Blue) = 179+145+68=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B39144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39144 is #4C6EBB. Grayscale: #929292. Windows color (decimal): -5009084 or 4493747. OLE color: 4493747.

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

Color convert

RGB 179 145 68 -
CMYK 0 0.19 0.62 0.30
HSL 41.62º 0.45% 0.48% -
HSV(B) 41.62º 0.62% 0.7% -
XYZ 29.76 30.25 9.74 -
YUV 146.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 179 145 68 0 0.19 0.62 0.30 41.62 0.45 0.48
Hex B3 91 44 0 13 3E 1E 2A 2D 30
Octal 263 221 104 0 23 76 36 52 55 60
Binary 10110011 10010001 1000100 0 10011 111110 11110 101010 101101 110000

Color Harmonies of #B39144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39144

Black with #B39144

Text Example


Text Example

White with #B39144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39144; }

 p { color: rgb(179,145,68); }

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

background-color css

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

 a { background-color: rgb(179,145,68); }

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

border-color css

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

 span { border-color: rgb(179,145,68); }

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