#B3923C

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

Shades of Turmeric #B3923C

Tints of Turmeric #B3923C

Color information

#B3923C (or 0xB3923C) is unknown color: approx Turmeric. HEX triplet: B3, 92 and 3C. RGB value is (179,146,60). Sum of RGB (Red+Green+Blue) = 179+146+60=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3923C is #4C6DC3. Grayscale: #929292. Windows color (decimal): -5008836 or 3969715. OLE color: 3969715.

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

Color convert

RGB17914660-
CMYK00.180.660.30
HSL43.36º49.79%46.86%-
HSV(B)43.36º66.48%70.2%-
XYZ29.6830.478.59-
YUV146.0679.43151.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=46.49%
G=37.92%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791466000.180.660.3043.3649.7946.86
HexB3923C012421E2b322f
Octal2632227402210236536257
Binary1011001110010010111100010010100001011110101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3923C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3923C; }

 p { color: rgb(179,146,60); }

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

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

 a { background-color: rgb(179,146,60); }

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

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

 span { border-color: rgb(179,146,60); }

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