#46292B

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

Shades of Bulgarian Rose #46292B

Tints of Bulgarian Rose #46292B

Color information

#46292B (or 0x46292B) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 29 and 2B. RGB value is (70,41,43). Sum of RGB (Red+Green+Blue) = 70+41+43=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46292B is #B9D6D4. Grayscale: #313131. Windows color (decimal): -12179157 or 2828614. OLE color: 2828614.

HSL color Cylindrical-coordinate representation of color #46292B: hue angle of 355.86º 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 #46292B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB704143-
CMYK00.410.390.73
HSL355.86º26.13%21.76%-
HSV(B)355.86º41.43%27.45%-
XYZ3.753.062.68-
YUV49.9124.11142.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=45.45%
G=26.62%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414300.410.390.73355.8626.1321.76
Hex46292B02927491641a16
Octal1065153051471115443226
Binary1000110101001101011010100110011110010011011001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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