#B18F3F

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

Shades of Turmeric #B18F3F

Tints of Turmeric #B18F3F

Color information

#B18F3F (or 0xB18F3F) is unknown color: approx Turmeric. HEX triplet: B1, 8F and 3F. RGB value is (177,143,63). Sum of RGB (Red+Green+Blue) = 177+143+63=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F3F is #4E70C0. Grayscale: #909090. Windows color (decimal): -5140673 or 4165553. OLE color: 4165553.

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

Color convert

RGB17714363-
CMYK00.190.640.31
HSL42.11º47.5%47.06%-
HSV(B)42.11º64.41%69.41%-
XYZ28.8529.358.85-
YUV144.0582.26151.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 63 (25% from 255) = 16.45%
R=46.21%
G=37.34%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771436300.190.640.3142.1147.547.06
HexB18F3F013401F2a302f
Octal2612177702310037526057
Binary1011000110001111111111010011100000011111101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F3F; }

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

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

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

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

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

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

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

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