Html Css Color HEX #BE3A4B Old Rose

📋 copy color: '#BE3A4B'

red 190 ◦ green 58 ◦ blue 75

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

Shades of Old Rose #BE3A4B

Tints of Old Rose #BE3A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.96%

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

R = 58.82%
G = 17.96%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE3A4B (or 0xBE3A4B) is known color: Old Rose. HEX triplet: BE, 3A and 4B. RGB value is (190,58,75). Sum of RGB (Red+Green+Blue) = 190+58+75=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A4B is #41C5B4. Grayscale: #636363. Windows color (decimal): -4310453 or 4930238. OLE color: 4930238.

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

Color convert

RGB 190 58 75 -
CMYK 0 0.69 0.61 0.25
HSL 352.27º 0.53% 0.49% -
HSV(B) 352.27º 0.69% 0.75% -
XYZ 24.02 14.48 8.19 -
YUV 99.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 190 58 75 0 0.69 0.61 0.25 352.27 0.53 0.49
Hex BE 3A 4B 0 45 3D 19 160 35 31
Octal 276 72 113 0 105 75 31 540 65 61
Binary 10111110 111010 1001011 0 1000101 111101 11001 101100000 110101 110001

Color Harmonies of #BE3A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A4B

Black with #BE3A4B

Text Example


Text Example

White with #BE3A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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