#46292C

Color #46292C Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #46292C

Tints of Bulgarian Rose #46292C

Color information

#46292C (or 0x46292C) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 29 and 2C. RGB value is (70,41,44). Sum of RGB (Red+Green+Blue) = 70+41+44=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #46292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46292C is #B9D6D3. Grayscale: #323232. Windows color (decimal): -12179156 or 2894150. OLE color: 2894150.

HSL color Cylindrical-coordinate representation of color #46292C: hue angle of 353.79º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46292C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB704144-
CMYK00.410.370.73
HSL353.79º26.13%21.76%-
HSV(B)353.79º41.43%27.45%-
XYZ3.773.072.78-
YUV50.01124.61142.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=45.16%
G=26.45%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414400.410.370.73353.7926.1321.76
Hex46292C02925491621a16
Octal1065154051451115423226
Binary1000110101001101100010100110010110010011011000101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46292C; }

 p { color: rgb(70,41,44); }

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

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

 a { background-color: rgb(70,41,44); }

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

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

 span { border-color: rgb(70,41,44); }

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