#B18F48

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

Shades of Turmeric #B18F48

Tints of Turmeric #B18F48

Color information

#B18F48 (or 0xB18F48) is unknown color: approx Turmeric. HEX triplet: B1, 8F and 48. RGB value is (177,143,72). Sum of RGB (Red+Green+Blue) = 177+143+72=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F48 is #4E70B7. Grayscale: #919191. Windows color (decimal): -5140664 or 4755377. OLE color: 4755377.

HSL color Cylindrical-coordinate representation of color #B18F48: hue angle of 40.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B18F48 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17714372-
CMYK00.190.590.31
HSL40.57º42.17%48.82%-
HSV(B)40.57º59.32%69.41%-
XYZ29.1229.4610.28-
YUV145.0786.76150.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 72 (28.52% from 255) = 18.37%
R=45.15%
G=36.48%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771437200.190.590.3140.5742.1748.82
HexB18F480133B1F292a31
Octal2612171100237337515261
Binary1011000110001111100100001001111101111111101001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F48; }

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

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

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

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

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

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

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

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