#B1943C

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

Shades of Turmeric #B1943C

Tints of Turmeric #B1943C

Color information

#B1943C (or 0xB1943C) is unknown color: approx Turmeric. HEX triplet: B1, 94 and 3C. RGB value is (177,148,60). Sum of RGB (Red+Green+Blue) = 177+148+60=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1943C is #4E6BC3. Grayscale: #939393. Windows color (decimal): -5139396 or 3970225. OLE color: 3970225.

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

Color convert

RGB17714860-
CMYK00.160.660.31
HSL45.13º49.37%46.47%-
HSV(B)45.13º66.1%69.41%-
XYZ29.5430.858.67-
YUV146.6479.11149.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=45.97%
G=38.44%
B=15.58%

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
Decimal1771486000.160.660.3145.1349.3746.47
HexB1943C010421F2d312e
Octal2612247402010237556156
Binary1011000110010100111100010000100001011111101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1943C; }

 p { color: rgb(177,148,60); }

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

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

 a { background-color: rgb(177,148,60); }

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

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

 span { border-color: rgb(177,148,60); }

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