#B18F4A

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

Shades of Turmeric #B18F4A

Tints of Turmeric #B18F4A

Color information

#B18F4A (or 0xB18F4A) is unknown color: approx Turmeric. HEX triplet: B1, 8F and 4A. RGB value is (177,143,74). Sum of RGB (Red+Green+Blue) = 177+143+74=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F4A is #4E70B5. Grayscale: #919191. Windows color (decimal): -5140662 or 4886449. OLE color: 4886449.

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

Color convert

RGB17714374-
CMYK00.190.580.31
HSL40.19º41.04%49.22%-
HSV(B)40.19º58.19%69.41%-
XYZ29.1929.4910.63-
YUV145.387.76150.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=44.92%
G=36.29%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771437400.190.580.3140.1941.0449.22
HexB18F4A0133A1F282931
Octal2612171120237237505161
Binary1011000110001111100101001001111101011111101000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F4A; }

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

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

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

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

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

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

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

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