#B1953D

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

Shades of Turmeric #B1953D

Tints of Turmeric #B1953D

Color information

#B1953D (or 0xB1953D) is unknown color: approx Turmeric. HEX triplet: B1, 95 and 3D. RGB value is (177,149,61). Sum of RGB (Red+Green+Blue) = 177+149+61=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1953D is #4E6AC2. Grayscale: #939393. Windows color (decimal): -5139139 or 4036017. OLE color: 4036017.

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

Color convert

RGB17714961-
CMYK00.160.660.31
HSL45.52º48.74%46.67%-
HSV(B)45.52º65.54%69.41%-
XYZ29.7231.188.87-
YUV147.3479.28149.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=45.74%
G=38.50%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771496100.160.660.3145.5248.7446.67
HexB1953D010421F2e312f
Octal2612257502010237566157
Binary1011000110010101111101010000100001011111101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1953D; }

 p { color: rgb(177,149,61); }

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

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

 a { background-color: rgb(177,149,61); }

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

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

 span { border-color: rgb(177,149,61); }

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