#B38F40

Color #B38F40 Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #B38F40

Tints of Turmeric #B38F40

Color information

#B38F40 (or 0xB38F40) is unknown color: approx Turmeric. HEX triplet: B3, 8F and 40. RGB value is (179,143,64). Sum of RGB (Red+Green+Blue) = 179+143+64=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F40 is #4C70BF. Grayscale: #919191. Windows color (decimal): -5009600 or 4231091. OLE color: 4231091.

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

Color convert

RGB17914364-
CMYK00.200.640.30
HSL41.22º47.33%47.65%-
HSV(B)41.22º64.25%70.2%-
XYZ29.3429.69.02-
YUV144.7682.43152.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=46.37%
G=37.05%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791436400.200.640.3041.2247.3347.65
HexB38F40014401E292f30
Octal26321710002410036515760
Binary10110011100011111000000010100100000011110101001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F40; }

 p { color: rgb(179,143,64); }

 H1.HeaderClassName
 {
   color: #B38F40;
 }
 .AnyTagClassName
 {
   color: #B38F40;
 }
</style>
background-color css

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

 a { background-color: rgb(179,143,64); }

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

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

 span { border-color: rgb(179,143,64); }

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