#B0903B

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

Shades of Turmeric #B0903B

Tints of Turmeric #B0903B

Color information

#B0903B (or 0xB0903B) is unknown color: approx Turmeric. HEX triplet: B0, 90 and 3B. RGB value is (176,144,59). Sum of RGB (Red+Green+Blue) = 176+144+59=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0903B is #4F6FC4. Grayscale: #909090. Windows color (decimal): -5205957 or 3903664. OLE color: 3903664.

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

Color convert

RGB17614459-
CMYK00.180.660.31
HSL43.59º49.79%46.08%-
HSV(B)43.59º66.48%69.02%-
XYZ28.6729.498.32-
YUV143.8880.1150.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 59 (23.44% from 255) = 15.57%
R=46.44%
G=37.99%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761445900.180.660.3143.5949.7946.08
HexB0903B012421F2c322e
Octal2602207302210237546256
Binary1011000010010000111011010010100001011111101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0903B; }

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

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

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

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

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

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

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

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