#462326

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

Shades of Bulgarian Rose #462326

Tints of Bulgarian Rose #462326

Color information

#462326 (or 0x462326) is unknown color: approx Bulgarian Rose. HEX triplet: 46, 23 and 26. RGB value is (70,35,38). Sum of RGB (Red+Green+Blue) = 70+35+38=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462326 is #B9DCD9. Grayscale: #2D2D2D. Windows color (decimal): -12180698 or 2499398. OLE color: 2499398.

HSL color Cylindrical-coordinate representation of color #462326: hue angle of 354.86º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462326 is Cyan = 0, Magento = 0.5, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB703538-
CMYK00.50.460.73
HSL354.86º33.33%20.59%-
HSV(B)354.86º50%27.45%-
XYZ3.482.642.16-
YUV45.81123.6145.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=48.95%
G=24.48%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70353800.50.460.73354.8633.3320.59
Hex4623260322E491632115
Octal1064346062561115434125
Binary10001101000111001100110010101110100100110110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462326; }

 p { color: rgb(70,35,38); }

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

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

 a { background-color: rgb(70,35,38); }

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

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

 span { border-color: rgb(70,35,38); }

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