Html Css Color HEX #BE224B Old Rose

📋 copy color: '#BE224B'

red 190 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #BE224B

Tints of Old Rose #BE224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 63.55%
G = 11.37%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE224B (or 0xBE224B) is known color: Old Rose. HEX triplet: BE, 22 and 4B. RGB value is (190,34,75). Sum of RGB (Red+Green+Blue) = 190+34+75=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE224B is #41DDB4. Grayscale: #555555. Windows color (decimal): -4316597 or 4924094. OLE color: 4924094.

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

Color convert

RGB 190 34 75 -
CMYK 0 0.82 0.61 0.25
HSL 344.23º 0.7% 0.44% -
HSV(B) 344.23º 0.82% 0.75% -
XYZ 23.08 12.6 7.87 -
YUV 85.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 190 34 75 0 0.82 0.61 0.25 344.23 0.7 0.44
Hex BE 22 4B 0 52 3D 19 158 46 2C
Octal 276 42 113 0 122 75 31 530 106 54
Binary 10111110 100010 1001011 0 1010010 111101 11001 101011000 1000110 101100

Color Harmonies of #BE224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE224B

Black with #BE224B

Text Example


Text Example

White with #BE224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE224B; }

 p { color: rgb(190,34,75); }

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

background-color css

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

 a { background-color: rgb(190,34,75); }

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

border-color css

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

 span { border-color: rgb(190,34,75); }

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