#B2903C

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

Shades of Turmeric #B2903C

Tints of Turmeric #B2903C

Color information

#B2903C (or 0xB2903C) is unknown color: approx Turmeric. HEX triplet: B2, 90 and 3C. RGB value is (178,144,60). Sum of RGB (Red+Green+Blue) = 178+144+60=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2903C is #4D6FC3. Grayscale: #909090. Windows color (decimal): -5074884 or 3969202. OLE color: 3969202.

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

Color convert

RGB17814460-
CMYK00.190.660.30
HSL42.71º49.58%46.67%-
HSV(B)42.71º66.29%69.8%-
XYZ29.1529.748.48-
YUV144.5980.26151.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 60 (23.83% from 255) = 15.71%
R=46.60%
G=37.70%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781446000.190.660.3042.7149.5846.67
HexB2903C013421E2b322f
Octal2622207402310236536257
Binary1011001010010000111100010011100001011110101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2903C; }

 p { color: rgb(178,144,60); }

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

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

 a { background-color: rgb(178,144,60); }

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

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

 span { border-color: rgb(178,144,60); }

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