#B18E44

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

Shades of Turmeric #B18E44

Tints of Turmeric #B18E44

Color information

#B18E44 (or 0xB18E44) is unknown color: approx Turmeric. HEX triplet: B1, 8E and 44. RGB value is (177,142,68). Sum of RGB (Red+Green+Blue) = 177+142+68=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E44 is #4E71BB. Grayscale: #909090. Windows color (decimal): -5140924 or 4492977. OLE color: 4492977.

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

Color convert

RGB17714268-
CMYK00.200.620.31
HSL40.73º44.49%48.04%-
HSV(B)40.73º61.58%69.41%-
XYZ28.8529.119.57-
YUV144.0385.1151.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=45.74%
G=36.69%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771426800.200.620.3140.7344.4948.04
HexB18E440143E1F292c30
Octal2612161040247637515460
Binary1011000110001110100010001010011111011111101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E44; }

 p { color: rgb(177,142,68); }

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

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

 a { background-color: rgb(177,142,68); }

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

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

 span { border-color: rgb(177,142,68); }

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