#B0903F

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

Shades of Turmeric #B0903F

Tints of Turmeric #B0903F

Color information

#B0903F (or 0xB0903F) is unknown color: approx Turmeric. HEX triplet: B0, 90 and 3F. RGB value is (176,144,63). Sum of RGB (Red+Green+Blue) = 176+144+63=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0903F is #4F6FC0. Grayscale: #909090. Windows color (decimal): -5205953 or 4165808. OLE color: 4165808.

HSL color Cylindrical-coordinate representation of color #B0903F: hue angle of 43.01º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0903F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17614463-
CMYK00.180.640.31
HSL43.01º47.28%46.86%-
HSV(B)43.01º64.2%69.02%-
XYZ28.7729.548.89-
YUV144.3382.1150.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 63 (25% from 255) = 16.45%
R=45.95%
G=37.60%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761446300.180.640.3143.0147.2846.86
HexB0903F012401F2b2f2f
Octal2602207702210037535757
Binary1011000010010000111111010010100000011111101011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0903F; }

 p { color: rgb(176,144,63); }

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

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

 a { background-color: rgb(176,144,63); }

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

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

 span { border-color: rgb(176,144,63); }

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