#B18F45

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

Shades of Turmeric #B18F45

Tints of Turmeric #B18F45

Color information

#B18F45 (or 0xB18F45) is unknown color: approx Turmeric. HEX triplet: B1, 8F and 45. RGB value is (177,143,69). Sum of RGB (Red+Green+Blue) = 177+143+69=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F45 is #4E70BA. Grayscale: #919191. Windows color (decimal): -5140667 or 4558769. OLE color: 4558769.

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

Color convert

RGB17714369-
CMYK00.190.610.31
HSL41.11º43.9%48.24%-
HSV(B)41.11º61.02%69.41%-
XYZ29.0329.429.78-
YUV144.7385.26151.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=45.50%
G=36.76%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771436900.190.610.3141.1143.948.24
HexB18F450133D1F292c30
Octal2612171050237537515460
Binary1011000110001111100010101001111110111111101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F45; }

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

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

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

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

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

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

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

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