Html Css Color HEX #BE384D Old Rose

📋 copy color: '#BE384D'

red 190 ◦ green 56 ◦ blue 77

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

Shades of Old Rose #BE384D

Tints of Old Rose #BE384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.34%

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 58.82%
G = 17.34%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE384D (or 0xBE384D) is known color: Old Rose. HEX triplet: BE, 38 and 4D. RGB value is (190,56,77). Sum of RGB (Red+Green+Blue) = 190+56+77=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE384D is #41C7B2. Grayscale: #626262. Windows color (decimal): -4310963 or 5060798. OLE color: 5060798.

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

Color convert

RGB 190 56 77 -
CMYK 0 0.71 0.59 0.25
HSL 350.6º 0.54% 0.48% -
HSV(B) 350.6º 0.71% 0.75% -
XYZ 23.99 14.31 8.52 -
YUV 98.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 190 56 77 0 0.71 0.59 0.25 350.6 0.54 0.48
Hex BE 38 4D 0 47 3B 19 15F 36 30
Octal 276 70 115 0 107 73 31 537 66 60
Binary 10111110 111000 1001101 0 1000111 111011 11001 101011111 110110 110000

Color Harmonies of #BE384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE384D

Black with #BE384D

Text Example


Text Example

White with #BE384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE384D; }

 p { color: rgb(190,56,77); }

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

background-color css

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

 a { background-color: rgb(190,56,77); }

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

border-color css

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

 span { border-color: rgb(190,56,77); }

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