#B3903D

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

Shades of Turmeric #B3903D

Tints of Turmeric #B3903D

Color information

#B3903D (or 0xB3903D) is unknown color: approx Turmeric. HEX triplet: B3, 90 and 3D. RGB value is (179,144,61). Sum of RGB (Red+Green+Blue) = 179+144+61=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3903D is #4C6FC2. Grayscale: #919191. Windows color (decimal): -5009347 or 4034739. OLE color: 4034739.

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

Color convert

RGB17914461-
CMYK00.200.660.30
HSL42.2º49.17%47.06%-
HSV(B)42.2º65.92%70.2%-
XYZ29.4129.878.63-
YUV14580.6152.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 61 (24.22% from 255) = 15.89%
R=46.61%
G=37.5%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791446100.200.660.3042.249.1747.06
HexB3903D014421E2a312f
Octal2632207502410236526157
Binary1011001110010000111101010100100001011110101010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3903D; }

 p { color: rgb(179,144,61); }

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

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

 a { background-color: rgb(179,144,61); }

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

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

 span { border-color: rgb(179,144,61); }

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