Html Css Color HEX #BE334B Old Rose

📋 copy color: '#BE334B'

red 190 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #BE334B

Tints of Old Rose #BE334B

RGB

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

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

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

R = 60.13%
G = 16.14%
B = 23.73%

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

#BE334B (or 0xBE334B) is known color: Old Rose. HEX triplet: BE, 33 and 4B. RGB value is (190,51,75). Sum of RGB (Red+Green+Blue) = 190+51+75=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE334B is #41CCB4. Grayscale: #5F5F5F. Windows color (decimal): -4312245 or 4928446. OLE color: 4928446.

HSL color Cylindrical-coordinate representation of color #BE334B: hue angle of 349.64º 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 #BE334B is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 51 75 -
CMYK 0 0.73 0.61 0.25
HSL 349.64º 0.58% 0.47% -
HSV(B) 349.64º 0.73% 0.75% -
XYZ 23.69 13.82 8.08 -
YUV 95.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 190 51 75 0 0.73 0.61 0.25 349.64 0.58 0.47
Hex BE 33 4B 0 49 3D 19 15E 3A 2F
Octal 276 63 113 0 111 75 31 536 72 57
Binary 10111110 110011 1001011 0 1001001 111101 11001 101011110 111010 101111

Color Harmonies of #BE334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE334B

Black with #BE334B

Text Example


Text Example

White with #BE334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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