#BE3653

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

Shades of Old Rose #BE3653

Tints of Old Rose #BE3653

Color information

#BE3653 (or 0xBE3653) is unknown color: approx Old Rose. HEX triplet: BE, 36 and 53. RGB value is (190,54,83). Sum of RGB (Red+Green+Blue) = 190+54+83=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3653 is #41C9AC. Grayscale: #616161. Windows color (decimal): -4311469 or 5453502. OLE color: 5453502.

HSL color Cylindrical-coordinate representation of color #BE3653: hue angle of 347.21º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3653 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB1905483-
CMYK00.720.560.25
HSL347.21º55.74%47.84%-
HSV(B)347.21º71.58%74.51%-
XYZ24.1214.219.66-
YUV97.97119.56193.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=58.10%
G=16.51%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190548300.720.560.25347.2155.7447.84
HexBE3653048381915b3830
Octal27666123011070315337060
Binary1011111011011010100110100100011100011001101011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3653; }

 p { color: rgb(190,54,83); }

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

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

 a { background-color: rgb(190,54,83); }

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

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

 span { border-color: rgb(190,54,83); }

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