#B18D3F

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

Shades of Turmeric #B18D3F

Tints of Turmeric #B18D3F

Color information

#B18D3F (or 0xB18D3F) is unknown color: approx Turmeric. HEX triplet: B1, 8D and 3F. RGB value is (177,141,63). Sum of RGB (Red+Green+Blue) = 177+141+63=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3F is #4E72C0. Grayscale: #8F8F8F. Windows color (decimal): -5141185 or 4165041. OLE color: 4165041.

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

Color convert

RGB17714163-
CMYK00.200.640.31
HSL41.05º47.5%47.06%-
HSV(B)41.05º64.41%69.41%-
XYZ28.5528.768.75-
YUV142.8782.93152.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 63 (25% from 255) = 16.54%
R=46.46%
G=37.01%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771416300.200.640.3141.0547.547.06
HexB18D3F014401F29302f
Octal2612157702410037516057
Binary1011000110001101111111010100100000011111101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D3F; }

 p { color: rgb(177,141,63); }

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

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

 a { background-color: rgb(177,141,63); }

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

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

 span { border-color: rgb(177,141,63); }

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