#B18D48

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

Shades of Turmeric #B18D48

Tints of Turmeric #B18D48

Color information

#B18D48 (or 0xB18D48) is unknown color: approx Turmeric. HEX triplet: B1, 8D and 48. RGB value is (177,141,72). Sum of RGB (Red+Green+Blue) = 177+141+72=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D48 is #4E72B7. Grayscale: #909090. Windows color (decimal): -5141176 or 4754865. OLE color: 4754865.

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

Color convert

RGB17714172-
CMYK00.200.590.31
HSL39.43º42.17%48.82%-
HSV(B)39.43º59.32%69.41%-
XYZ28.8328.8610.18-
YUV143.987.43151.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=45.38%
G=36.15%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771417200.200.590.3139.4342.1748.82
HexB18D480143B1F272a31
Octal2612151100247337475261
Binary1011000110001101100100001010011101111111100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D48; }

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

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

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

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

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

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

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

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