#B0923B

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

Shades of Turmeric #B0923B

Tints of Turmeric #B0923B

Color information

#B0923B (or 0xB0923B) is unknown color: approx Turmeric. HEX triplet: B0, 92 and 3B. RGB value is (176,146,59). Sum of RGB (Red+Green+Blue) = 176+146+59=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0923B is #4F6DC4. Grayscale: #919191. Windows color (decimal): -5205445 or 3904176. OLE color: 3904176.

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

Color convert

RGB17614659-
CMYK00.170.660.31
HSL44.62º49.79%46.08%-
HSV(B)44.62º66.48%69.02%-
XYZ28.9730.18.42-
YUV145.0579.44150.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=46.19%
G=38.32%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761465900.170.660.3144.6249.7946.08
HexB0923B011421F2d322e
Octal2602227302110237556256
Binary1011000010010010111011010001100001011111101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0923B; }

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

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

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

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

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

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

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

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