#46252A

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

Shades of Bulgarian Rose #46252A

Tints of Bulgarian Rose #46252A

Color information

#46252A (or 0x46252A) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 25 and 2A. RGB value is (70,37,42). Sum of RGB (Red+Green+Blue) = 70+37+42=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252A is #B9DAD5. Grayscale: #2F2F2F. Windows color (decimal): -12180182 or 2762054. OLE color: 2762054.

HSL color Cylindrical-coordinate representation of color #46252A: hue angle of 350.91º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46252A is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB703742-
CMYK00.470.400.73
HSL350.91º30.84%20.98%-
HSV(B)350.91º47.14%27.45%-
XYZ3.612.792.54-
YUV47.44124.93144.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 37 (14.84% from 255) = 24.83%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=46.98%
G=24.83%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70374200.470.400.73350.9130.8420.98
Hex46252A02F284915f1f15
Octal1064552057501115373725
Binary1000110100101101010010111110100010010011010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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