#B1933C

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

Shades of Turmeric #B1933C

Tints of Turmeric #B1933C

Color information

#B1933C (or 0xB1933C) is unknown color: approx Turmeric. HEX triplet: B1, 93 and 3C. RGB value is (177,147,60). Sum of RGB (Red+Green+Blue) = 177+147+60=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1933C is #4E6CC3. Grayscale: #929292. Windows color (decimal): -5139652 or 3969969. OLE color: 3969969.

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

Color convert

RGB17714760-
CMYK00.170.660.31
HSL44.62º49.37%46.47%-
HSV(B)44.62º66.1%69.41%-
XYZ29.3830.548.62-
YUV146.0579.44150.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 60 (23.83% from 255) = 15.62%
R=46.09%
G=38.28%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771476000.170.660.3144.6249.3746.47
HexB1933C011421F2d312e
Octal2612237402110237556156
Binary1011000110010011111100010001100001011111101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1933C; }

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

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

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

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

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

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

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

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