Html Css Color HEX #BE424B Old Rose

📋 copy color: '#BE424B'

red 190 ◦ green 66 ◦ blue 75

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

Shades of Old Rose #BE424B

Tints of Old Rose #BE424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 57.4%
G = 19.94%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE424B (or 0xBE424B) is known color: Old Rose. HEX triplet: BE, 42 and 4B. RGB value is (190,66,75). Sum of RGB (Red+Green+Blue) = 190+66+75=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE424B is #41BDB4. Grayscale: #686868. Windows color (decimal): -4308405 or 4932286. OLE color: 4932286.

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

Color convert

RGB 190 66 75 -
CMYK 0 0.65 0.61 0.25
HSL 355.65º 0.49% 0.5% -
HSV(B) 355.65º 0.65% 0.75% -
XYZ 24.45 15.35 8.33 -
YUV 104.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 190 66 75 0 0.65 0.61 0.25 355.65 0.49 0.5
Hex BE 42 4B 0 41 3D 19 164 31 32
Octal 276 102 113 0 101 75 31 544 61 62
Binary 10111110 1000010 1001011 0 1000001 111101 11001 101100100 110001 110010

Color Harmonies of #BE424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE424B

Black with #BE424B

Text Example


Text Example

White with #BE424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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