Html Css Color HEX #B38C49 Turmeric

📋 copy color: '#B38C49'

red 179 ◦ green 140 ◦ blue 73

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

Shades of Turmeric #B38C49

Tints of Turmeric #B38C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 45.66%
G = 35.71%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B38C49 (or 0xB38C49) is known color: Turmeric. HEX triplet: B3, 8C and 49. RGB value is (179,140,73). Sum of RGB (Red+Green+Blue) = 179+140+73=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38C49 is #4C73B6. Grayscale: #909090. Windows color (decimal): -5010359 or 4820147. OLE color: 4820147.

HSL color Cylindrical-coordinate representation of color #B38C49: hue angle of 37.92º 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 #B38C49 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 140 73 -
CMYK 0 0.22 0.59 0.30
HSL 37.92º 0.42% 0.49% -
HSV(B) 37.92º 0.59% 0.7% -
XYZ 29.17 28.82 10.33 -
YUV 144.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 179 140 73 0 0.22 0.59 0.30 37.92 0.42 0.49
Hex B3 8C 49 0 16 3B 1E 26 2A 31
Octal 263 214 111 0 26 73 36 46 52 61
Binary 10110011 10001100 1001001 0 10110 111011 11110 100110 101010 110001

Color Harmonies of #B38C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38C49

Black with #B38C49

Text Example


Text Example

White with #B38C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38C49; }

 p { color: rgb(179,140,73); }

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

background-color css

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

 a { background-color: rgb(179,140,73); }

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

border-color css

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

 span { border-color: rgb(179,140,73); }

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