Html Css Color HEX #BE3A5E Old Rose

📋 copy color: '#BE3A5E'

red 190 ◦ green 58 ◦ blue 94

#BE3A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BE3A5E

Tints of Old Rose #BE3A5E

RGB

 RED value IS 190 (74.61% from 255) = 55.56%

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 55.56%
G = 16.96%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE3A5E (or 0xBE3A5E) is known color: Old Rose. HEX triplet: BE, 3A and 5E. RGB value is (190,58,94). Sum of RGB (Red+Green+Blue) = 190+58+94=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A5E is #41C5A1. Grayscale: #656565. Windows color (decimal): -4310434 or 6175422. OLE color: 6175422.

HSL color Cylindrical-coordinate representation of color #BE3A5E: hue angle of 343.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A5E is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 94 -
CMYK 0 0.69 0.51 0.25
HSL 343.64º 0.53% 0.49% -
HSV(B) 343.64º 0.69% 0.75% -
XYZ 24.77 14.78 12.14 -
YUV 101.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 190 58 94 0 0.69 0.51 0.25 343.64 0.53 0.49
Hex BE 3A 5E 0 45 33 19 158 35 31
Octal 276 72 136 0 105 63 31 530 65 61
Binary 10111110 111010 1011110 0 1000101 110011 11001 101011000 110101 110001

Color Harmonies of #BE3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A5E

Black with #BE3A5E

Text Example


Text Example

White with #BE3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A5E; }

 p { color: rgb(190,58,94); }

 H1.HeaderClassName
 {
   color: #BE3A5E;
 }
 .AnyTagClassName
 {
   color: #BE3A5E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,58,94); }

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

border-color css

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

 span { border-color: rgb(190,58,94); }

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