Html Css Color HEX #BE375B Old Rose

📋 copy color: '#BE375B'

red 190 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #BE375B

Tints of Old Rose #BE375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 56.55%
G = 16.37%
B = 27.08%

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

#BE375B (or 0xBE375B) is known color: Old Rose. HEX triplet: BE, 37 and 5B. RGB value is (190,55,91). Sum of RGB (Red+Green+Blue) = 190+55+91=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE375B is #41C8A4. Grayscale: #636363. Windows color (decimal): -4311205 or 5978046. OLE color: 5978046.

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

Color convert

RGB 190 55 91 -
CMYK 0 0.71 0.52 0.25
HSL 344º 0.55% 0.48% -
HSV(B) 344º 0.71% 0.75% -
XYZ 24.49 14.43 11.39 -
YUV 99.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 190 55 91 0 0.71 0.52 0.25 344 0.55 0.48
Hex BE 37 5B 0 47 34 19 158 37 30
Octal 276 67 133 0 107 64 31 530 67 60
Binary 10111110 110111 1011011 0 1000111 110100 11001 101011000 110111 110000

Color Harmonies of #BE375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE375B

Black with #BE375B

Text Example


Text Example

White with #BE375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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