Html Css Color HEX #BE275C Old Rose

📋 copy color: '#BE275C'

red 190 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #BE275C

Tints of Old Rose #BE275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 59.19%
G = 12.15%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE275C (or 0xBE275C) is known color: Old Rose. HEX triplet: BE, 27 and 5C. RGB value is (190,39,92). Sum of RGB (Red+Green+Blue) = 190+39+92=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE275C is #41D8A3. Grayscale: #5A5A5A. Windows color (decimal): -4315300 or 6039486. OLE color: 6039486.

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

Color convert

RGB 190 39 92 -
CMYK 0 0.79 0.52 0.25
HSL 338.94º 0.66% 0.45% -
HSV(B) 338.94º 0.79% 0.75% -
XYZ 23.89 13.17 11.41 -
YUV 90.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 190 39 92 0 0.79 0.52 0.25 338.94 0.66 0.45
Hex BE 27 5C 0 4F 34 19 153 42 2D
Octal 276 47 134 0 117 64 31 523 102 55
Binary 10111110 100111 1011100 0 1001111 110100 11001 101010011 1000010 101101

Color Harmonies of #BE275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE275C

Black with #BE275C

Text Example


Text Example

White with #BE275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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