#B2933D

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

Shades of Turmeric #B2933D

Tints of Turmeric #B2933D

Color information

#B2933D (or 0xB2933D) is unknown color: approx Turmeric. HEX triplet: B2, 93 and 3D. RGB value is (178,147,61). Sum of RGB (Red+Green+Blue) = 178+147+61=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2933D is #4D6CC2. Grayscale: #929292. Windows color (decimal): -5074115 or 4035506. OLE color: 4035506.

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

Color convert

RGB17814761-
CMYK00.170.660.30
HSL44.1º48.95%46.86%-
HSV(B)44.1º65.73%69.8%-
XYZ29.6430.678.77-
YUV146.4679.77150.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 61 (24.22% from 255) = 15.80%
R=46.11%
G=38.08%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781476100.170.660.3044.148.9546.86
HexB2933D011421E2c312f
Octal2622237502110236546157
Binary1011001010010011111101010001100001011110101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2933D; }

 p { color: rgb(178,147,61); }

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

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

 a { background-color: rgb(178,147,61); }

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

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

 span { border-color: rgb(178,147,61); }

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