Html Css Color HEX #BE375C Old Rose

📋 copy color: '#BE375C'

red 190 ◦ green 55 ◦ blue 92

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

Shades of Old Rose #BE375C

Tints of Old Rose #BE375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 56.38%
G = 16.32%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE375C (or 0xBE375C) is known color: Old Rose. HEX triplet: BE, 37 and 5C. RGB value is (190,55,92). Sum of RGB (Red+Green+Blue) = 190+55+92=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE375C is #41C8A3. Grayscale: #636363. Windows color (decimal): -4311204 or 6043582. OLE color: 6043582.

HSL color Cylindrical-coordinate representation of color #BE375C: hue angle of 343.56º 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 #BE375C is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 92 -
CMYK 0 0.71 0.52 0.25
HSL 343.56º 0.55% 0.48% -
HSV(B) 343.56º 0.71% 0.75% -
XYZ 24.53 14.45 11.62 -
YUV 99.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 190 55 92 0 0.71 0.52 0.25 343.56 0.55 0.48
Hex BE 37 5C 0 47 34 19 158 37 30
Octal 276 67 134 0 107 64 31 530 67 60
Binary 10111110 110111 1011100 0 1000111 110100 11001 101011000 110111 110000

Color Harmonies of #BE375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE375C

Black with #BE375C

Text Example


Text Example

White with #BE375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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