Html Css Color HEX #BE385C Old Rose

📋 copy color: '#BE385C'

red 190 ◦ green 56 ◦ blue 92

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

Shades of Old Rose #BE385C

Tints of Old Rose #BE385C

RGB

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

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

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

R = 56.21%
G = 16.57%
B = 27.22%

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

#BE385C (or 0xBE385C) is known color: Old Rose. HEX triplet: BE, 38 and 5C. RGB value is (190,56,92). Sum of RGB (Red+Green+Blue) = 190+56+92=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE385C is #41C7A3. Grayscale: #646464. Windows color (decimal): -4310948 or 6043838. OLE color: 6043838.

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

Color convert

RGB 190 56 92 -
CMYK 0 0.71 0.52 0.25
HSL 343.88º 0.54% 0.48% -
HSV(B) 343.88º 0.71% 0.75% -
XYZ 24.58 14.55 11.64 -
YUV 100.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 190 56 92 0 0.71 0.52 0.25 343.88 0.54 0.48
Hex BE 38 5C 0 47 34 19 158 36 30
Octal 276 70 134 0 107 64 31 530 66 60
Binary 10111110 111000 1011100 0 1000111 110100 11001 101011000 110110 110000

Color Harmonies of #BE385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE385C

Black with #BE385C

Text Example


Text Example

White with #BE385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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