#B0943E

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

Shades of Turmeric #B0943E

Tints of Turmeric #B0943E

Color information

#B0943E (or 0xB0943E) is unknown color: approx Turmeric. HEX triplet: B0, 94 and 3E. RGB value is (176,148,62). Sum of RGB (Red+Green+Blue) = 176+148+62=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0943E is #4F6BC1. Grayscale: #929292. Windows color (decimal): -5204930 or 4101296. OLE color: 4101296.

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

Color convert

RGB17614862-
CMYK00.160.650.31
HSL45.26º47.9%46.67%-
HSV(B)45.26º64.77%69.02%-
XYZ29.3630.768.95-
YUV146.5780.28148.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=45.60%
G=38.34%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761486200.160.650.3145.2647.946.67
HexB0943E010411F2d302f
Octal2602247602010137556057
Binary1011000010010100111110010000100000111111101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0943E; }

 p { color: rgb(176,148,62); }

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

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

 a { background-color: rgb(176,148,62); }

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

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

 span { border-color: rgb(176,148,62); }

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