#B0923F

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

Shades of Turmeric #B0923F

Tints of Turmeric #B0923F

Color information

#B0923F (or 0xB0923F) is unknown color: approx Turmeric. HEX triplet: B0, 92 and 3F. RGB value is (176,146,63). Sum of RGB (Red+Green+Blue) = 176+146+63=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0923F is #4F6DC0. Grayscale: #919191. Windows color (decimal): -5205441 or 4166320. OLE color: 4166320.

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

Color convert

RGB17614663-
CMYK00.170.640.31
HSL44.07º47.28%46.86%-
HSV(B)44.07º64.2%69.02%-
XYZ29.0830.158.99-
YUV145.5181.44149.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 63 (25% from 255) = 16.36%
R=45.71%
G=37.92%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761466300.170.640.3144.0747.2846.86
HexB0923F011401F2c2f2f
Octal2602227702110037545757
Binary1011000010010010111111010001100000011111101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0923F; }

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

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

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

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

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

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

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

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