#B2903E

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

Shades of Turmeric #B2903E

Tints of Turmeric #B2903E

Color information

#B2903E (or 0xB2903E) is unknown color: approx Turmeric. HEX triplet: B2, 90 and 3E. RGB value is (178,144,62). Sum of RGB (Red+Green+Blue) = 178+144+62=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2903E is #4D6FC1. Grayscale: #919191. Windows color (decimal): -5074882 or 4100274. OLE color: 4100274.

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

Color convert

RGB17814462-
CMYK00.190.650.30
HSL42.41º48.33%47.06%-
HSV(B)42.41º65.17%69.8%-
XYZ29.229.768.76-
YUV144.8281.26151.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 62 (24.61% from 255) = 16.15%
R=46.35%
G=37.5%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781446200.190.650.3042.4148.3347.06
HexB2903E013411E2a302f
Octal2622207602310136526057
Binary1011001010010000111110010011100000111110101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2903E; }

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

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

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

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

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

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

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

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