Html Css Color HEX #BE265D Old Rose

📋 copy color: '#BE265D'

red 190 ◦ green 38 ◦ blue 93

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

Shades of Old Rose #BE265D

Tints of Old Rose #BE265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 59.19%
G = 11.84%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE265D (or 0xBE265D) is known color: Old Rose. HEX triplet: BE, 26 and 5D. RGB value is (190,38,93). Sum of RGB (Red+Green+Blue) = 190+38+93=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE265D is #41D9A2. Grayscale: #595959. Windows color (decimal): -4315555 or 6104766. OLE color: 6104766.

HSL color Cylindrical-coordinate representation of color #BE265D: hue angle of 338.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE265D is Cyan = 0, Magento = 0.8, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 93 -
CMYK 0 0.8 0.51 0.25
HSL 338.29º 0.67% 0.45% -
HSV(B) 338.29º 0.8% 0.75% -
XYZ 23.9 13.12 11.63 -
YUV 89.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 190 38 93 0 0.8 0.51 0.25 338.29 0.67 0.45
Hex BE 26 5D 0 50 33 19 152 43 2D
Octal 276 46 135 0 120 63 31 522 103 55
Binary 10111110 100110 1011101 0 1010000 110011 11001 101010010 1000011 101101

Color Harmonies of #BE265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE265D

Black with #BE265D

Text Example


Text Example

White with #BE265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE265D; }

 p { color: rgb(190,38,93); }

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

background-color css

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

 a { background-color: rgb(190,38,93); }

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

border-color css

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

 span { border-color: rgb(190,38,93); }

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