#46252C

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

Shades of Bulgarian Rose #46252C

Tints of Bulgarian Rose #46252C

Color information

#46252C (or 0x46252C) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 25 and 2C. RGB value is (70,37,44). Sum of RGB (Red+Green+Blue) = 70+37+44=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46252C is #B9DAD3. Grayscale: #2F2F2F. Windows color (decimal): -12180180 or 2893126. OLE color: 2893126.

HSL color Cylindrical-coordinate representation of color #46252C: hue angle of 347.27º 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 #46252C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB703744-
CMYK00.470.370.73
HSL347.27º30.84%20.98%-
HSV(B)347.27º47.14%27.45%-
XYZ3.642.812.73-
YUV47.66125.93143.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=46.36%
G=24.50%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70374400.470.370.73347.2730.8420.98
Hex46252C02F254915b1f15
Octal1064554057451115333725
Binary1000110100101101100010111110010110010011010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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