#46272C

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

Shades of Bulgarian Rose #46272C

Tints of Bulgarian Rose #46272C

Color information

#46272C (or 0x46272C) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 27 and 2C. RGB value is (70,39,44). Sum of RGB (Red+Green+Blue) = 70+39+44=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272C is #B9D8D3. Grayscale: #303030. Windows color (decimal): -12179668 or 2893638. OLE color: 2893638.

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

Color convert

RGB703944-
CMYK00.440.370.73
HSL350.32º28.44%21.37%-
HSV(B)350.32º44.29%27.45%-
XYZ3.712.932.75-
YUV48.84125.27143.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=45.75%
G=25.49%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394400.440.370.73350.3228.4421.37
Hex46272C02C254915e1c15
Octal1064754054451115363425
Binary1000110100111101100010110010010110010011010111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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