#B0913F

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

Shades of Turmeric #B0913F

Tints of Turmeric #B0913F

Color information

#B0913F (or 0xB0913F) is unknown color: approx Turmeric. HEX triplet: B0, 91 and 3F. RGB value is (176,145,63). Sum of RGB (Red+Green+Blue) = 176+145+63=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0913F is #4F6EC0. Grayscale: #919191. Windows color (decimal): -5205697 or 4166064. OLE color: 4166064.

HSL color Cylindrical-coordinate representation of color #B0913F: hue angle of 43.54º 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 #B0913F is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17614563-
CMYK00.180.640.31
HSL43.54º47.28%46.86%-
HSV(B)43.54º64.2%69.02%-
XYZ28.9329.848.94-
YUV144.9281.77150.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 63 (25% from 255) = 16.41%
R=45.83%
G=37.76%
B=16.41%

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
Decimal1761456300.180.640.3143.5447.2846.86
HexB0913F012401F2c2f2f
Octal2602217702210037545757
Binary1011000010010001111111010010100000011111101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0913F; }

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

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

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

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

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

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

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

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