#b38f4b

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

Shades of Turmeric #B38F4B

Tints of Turmeric #B38F4B

Color information

#B38F4B (or 0xB38F4B) is unknown color: approx Turmeric. HEX triplet: B3, 8F and 4B. RGB value is (179,143,75). Sum of RGB (Red+Green+Blue) = 179+143+75=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F4B is #4C70B4. Grayscale: #929292. Windows color (decimal): -5009589 or 4951987. OLE color: 4951987.

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

Color convert

RGB17914375-
CMYK00.200.580.30
HSL39.23º40.94%49.8%-
HSV(B)39.23º58.1%70.2%-
XYZ29.6829.7410.83-
YUV146.0187.93151.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=45.09%
G=36.02%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791437500.200.580.3039.2340.9449.8
HexB38F4B0143A1E272932
Octal2632171130247236475162
Binary1011001110001111100101101010011101011110100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38f4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38f4b; }

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

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

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

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

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

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

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

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