Html Css Color HEX #BE375A Old Rose

📋 copy color: '#BE375A'

red 190 ◦ green 55 ◦ blue 90

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

Shades of Old Rose #BE375A

Tints of Old Rose #BE375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 56.72%
G = 16.42%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE375A (or 0xBE375A) is known color: Old Rose. HEX triplet: BE, 37 and 5A. RGB value is (190,55,90). Sum of RGB (Red+Green+Blue) = 190+55+90=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE375A is #41C8A5. Grayscale: #636363. Windows color (decimal): -4311206 or 5912510. OLE color: 5912510.

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

Color convert

RGB 190 55 90 -
CMYK 0 0.71 0.53 0.25
HSL 344.44º 0.55% 0.48% -
HSV(B) 344.44º 0.71% 0.75% -
XYZ 24.45 14.42 11.17 -
YUV 99.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 190 55 90 0 0.71 0.53 0.25 344.44 0.55 0.48
Hex BE 37 5A 0 47 35 19 158 37 30
Octal 276 67 132 0 107 65 31 530 67 60
Binary 10111110 110111 1011010 0 1000111 110101 11001 101011000 110111 110000

Color Harmonies of #BE375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE375A

Black with #BE375A

Text Example


Text Example

White with #BE375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE375A; }

 p { color: rgb(190,55,90); }

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

background-color css

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

 a { background-color: rgb(190,55,90); }

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

border-color css

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

 span { border-color: rgb(190,55,90); }

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