#B38F45

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

Shades of Turmeric #B38F45

Tints of Turmeric #B38F45

Color information

#B38F45 (or 0xB38F45) is unknown color: approx Turmeric. HEX triplet: B3, 8F and 45. RGB value is (179,143,69). Sum of RGB (Red+Green+Blue) = 179+143+69=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F45 is #4C70BA. Grayscale: #919191. Windows color (decimal): -5009595 or 4558771. OLE color: 4558771.

HSL color Cylindrical-coordinate representation of color #B38F45: hue angle of 40.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B38F45 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17914369-
CMYK00.200.610.30
HSL40.36º44.35%48.63%-
HSV(B)40.36º61.45%70.2%-
XYZ29.4929.669.8-
YUV145.3384.93152.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=45.78%
G=36.57%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791436900.200.610.3040.3644.3548.63
HexB38F450143D1E282c31
Octal2632171050247536505461
Binary1011001110001111100010101010011110111110101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F45; }

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

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

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

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

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

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

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

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