Html Css Color HEX #BE334A Old Rose

📋 copy color: '#BE334A'

red 190 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #BE334A

Tints of Old Rose #BE334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 60.32%
G = 16.19%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE334A (or 0xBE334A) is known color: Old Rose. HEX triplet: BE, 33 and 4A. RGB value is (190,51,74). Sum of RGB (Red+Green+Blue) = 190+51+74=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE334A is #41CCB5. Grayscale: #5F5F5F. Windows color (decimal): -4312246 or 4862910. OLE color: 4862910.

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

Color convert

RGB 190 51 74 -
CMYK 0 0.73 0.61 0.25
HSL 350.07º 0.58% 0.47% -
HSV(B) 350.07º 0.73% 0.75% -
XYZ 23.66 13.81 7.9 -
YUV 95.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 190 51 74 0 0.73 0.61 0.25 350.07 0.58 0.47
Hex BE 33 4A 0 49 3D 19 15E 3A 2F
Octal 276 63 112 0 111 75 31 536 72 57
Binary 10111110 110011 1001010 0 1001001 111101 11001 101011110 111010 101111

Color Harmonies of #BE334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE334A

Black with #BE334A

Text Example


Text Example

White with #BE334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE334A; }

 p { color: rgb(190,51,74); }

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

background-color css

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

 a { background-color: rgb(190,51,74); }

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

border-color css

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

 span { border-color: rgb(190,51,74); }

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