#46272A

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

Shades of Bulgarian Rose #46272A

Tints of Bulgarian Rose #46272A

Color information

#46272A (or 0x46272A) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 27 and 2A. RGB value is (70,39,42). Sum of RGB (Red+Green+Blue) = 70+39+42=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272A is #B9D8D5. Grayscale: #303030. Windows color (decimal): -12179670 or 2762566. OLE color: 2762566.

HSL color Cylindrical-coordinate representation of color #46272A: hue angle of 354.19º 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 #46272A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB703942-
CMYK00.440.400.73
HSL354.19º28.44%21.37%-
HSV(B)354.19º44.29%27.45%-
XYZ3.672.922.56-
YUV48.61124.27143.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=46.36%
G=25.83%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394200.440.400.73354.1928.4421.37
Hex46272A02C28491621c15
Octal1064752054501115423425
Binary1000110100111101010010110010100010010011011000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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