#46272B

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

Shades of Bulgarian Rose #46272B

Tints of Bulgarian Rose #46272B

Color information

#46272B (or 0x46272B) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 27 and 2B. RGB value is (70,39,43). Sum of RGB (Red+Green+Blue) = 70+39+43=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272B is #B9D8D4. Grayscale: #303030. Windows color (decimal): -12179669 or 2828102. OLE color: 2828102.

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

Color convert

RGB703943-
CMYK00.440.390.73
HSL352.26º28.44%21.37%-
HSV(B)352.26º44.29%27.45%-
XYZ3.692.932.66-
YUV48.72124.77143.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=46.05%
G=25.66%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394300.440.390.73352.2628.4421.37
Hex46272B02C27491601c15
Octal1064753054471115403425
Binary1000110100111101011010110010011110010011011000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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