#B38F3F

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

Shades of Turmeric #B38F3F

Tints of Turmeric #B38F3F

Color information

#B38F3F (or 0xB38F3F) is unknown color: approx Turmeric. HEX triplet: B3, 8F and 3F. RGB value is (179,143,63). Sum of RGB (Red+Green+Blue) = 179+143+63=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F3F is #4C70C0. Grayscale: #919191. Windows color (decimal): -5009601 or 4165555. OLE color: 4165555.

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

Color convert

RGB17914363-
CMYK00.200.650.30
HSL41.38º47.93%47.45%-
HSV(B)41.38º64.8%70.2%-
XYZ29.3129.598.87-
YUV144.6481.93152.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 63 (25% from 255) = 16.36%
R=46.49%
G=37.14%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791436300.200.650.3041.3847.9347.45
HexB38F3F014411E29302f
Octal2632177702410136516057
Binary1011001110001111111111010100100000111110101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F3F; }

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

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

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

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

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

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

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

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