Html Css Color HEX #B38D44 Turmeric

📋 copy color: '#B38D44'

red 179 ◦ green 141 ◦ blue 68

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

Shades of Turmeric #B38D44

Tints of Turmeric #B38D44

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

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

R = 46.13%
G = 36.34%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B38D44 (or 0xB38D44) is known color: Turmeric. HEX triplet: B3, 8D and 44. RGB value is (179,141,68). Sum of RGB (Red+Green+Blue) = 179+141+68=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38D44 is #4C72BB. Grayscale: #909090. Windows color (decimal): -5010108 or 4492723. OLE color: 4492723.

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

Color convert

RGB 179 141 68 -
CMYK 0 0.21 0.62 0.30
HSL 39.46º 0.45% 0.48% -
HSV(B) 39.46º 0.62% 0.7% -
XYZ 29.16 29.05 9.54 -
YUV 144.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 179 141 68 0 0.21 0.62 0.30 39.46 0.45 0.48
Hex B3 8D 44 0 15 3E 1E 27 2D 30
Octal 263 215 104 0 25 76 36 47 55 60
Binary 10110011 10001101 1000100 0 10101 111110 11110 100111 101101 110000

Color Harmonies of #B38D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38D44

Black with #B38D44

Text Example


Text Example

White with #B38D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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