Html Css Color HEX #BE3A68 Rouge

📋 copy color: '#BE3A68'

red 190 ◦ green 58 ◦ blue 104

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

Shades of Rouge #BE3A68

Tints of Rouge #BE3A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 53.98%
G = 16.48%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE3A68 (or 0xBE3A68) is known color: Rouge. HEX triplet: BE, 3A and 68. RGB value is (190,58,104). Sum of RGB (Red+Green+Blue) = 190+58+104=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A68 is #41C597. Grayscale: #666666. Windows color (decimal): -4310424 or 6830782. OLE color: 6830782.

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

Color convert

RGB 190 58 104 -
CMYK 0 0.69 0.45 0.25
HSL 339.09º 0.53% 0.49% -
HSV(B) 339.09º 0.69% 0.75% -
XYZ 25.25 14.97 14.66 -
YUV 102.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 190 58 104 0 0.69 0.45 0.25 339.09 0.53 0.49
Hex BE 3A 68 0 45 2D 19 153 35 31
Octal 276 72 150 0 105 55 31 523 65 61
Binary 10111110 111010 1101000 0 1000101 101101 11001 101010011 110101 110001

Color Harmonies of #BE3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A68

Black with #BE3A68

Text Example


Text Example

White with #BE3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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