Html Css Color HEX #B39141 Turmeric

📋 copy color: '#B39141'

red 179 ◦ green 145 ◦ blue 65

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

Shades of Turmeric #B39141

Tints of Turmeric #B39141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 46.02%
G = 37.28%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B39141 (or 0xB39141) is known color: Turmeric. HEX triplet: B3, 91 and 41. RGB value is (179,145,65). Sum of RGB (Red+Green+Blue) = 179+145+65=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B39141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39141 is #4C6EBE. Grayscale: #929292. Windows color (decimal): -5009087 or 4297139. OLE color: 4297139.

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

Color convert

RGB 179 145 65 -
CMYK 0 0.19 0.64 0.30
HSL 42.11º 0.47% 0.48% -
HSV(B) 42.11º 0.64% 0.7% -
XYZ 29.67 30.22 9.27 -
YUV 146.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 179 145 65 0 0.19 0.64 0.30 42.11 0.47 0.48
Hex B3 91 41 0 13 40 1E 2A 2F 30
Octal 263 221 101 0 23 100 36 52 57 60
Binary 10110011 10010001 1000001 0 10011 1000000 11110 101010 101111 110000

Color Harmonies of #B39141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39141

Black with #B39141

Text Example


Text Example

White with #B39141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39141; }

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

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

background-color css

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

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

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

border-color css

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

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

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