Html Css Color HEX #BE3256 Old Rose

📋 copy color: '#BE3256'

red 190 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #BE3256

Tints of Old Rose #BE3256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 58.28%
G = 15.34%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE3256 (or 0xBE3256) is known color: Old Rose. HEX triplet: BE, 32 and 56. RGB value is (190,50,86). Sum of RGB (Red+Green+Blue) = 190+50+86=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3256 is #41CDA9. Grayscale: #5F5F5F. Windows color (decimal): -4312490 or 5649086. OLE color: 5649086.

HSL color Cylindrical-coordinate representation of color #BE3256: hue angle of 344.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3256 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 86 -
CMYK 0 0.74 0.55 0.25
HSL 344.57º 0.58% 0.47% -
HSV(B) 344.57º 0.74% 0.75% -
XYZ 24.06 13.9 10.22 -
YUV 95.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 190 50 86 0 0.74 0.55 0.25 344.57 0.58 0.47
Hex BE 32 56 0 4A 37 19 159 3A 2F
Octal 276 62 126 0 112 67 31 531 72 57
Binary 10111110 110010 1010110 0 1001010 110111 11001 101011001 111010 101111

Color Harmonies of #BE3256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3256

Black with #BE3256

Text Example


Text Example

White with #BE3256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3256; }

 p { color: rgb(190,50,86); }

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

background-color css

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

 a { background-color: rgb(190,50,86); }

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

border-color css

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

 span { border-color: rgb(190,50,86); }

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