Html Css Color HEX #BE3A67 Rouge

📋 copy color: '#BE3A67'

red 190 ◦ green 58 ◦ blue 103

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

Shades of Rouge #BE3A67

Tints of Rouge #BE3A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.34%

R = 54.13%
G = 16.52%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE3A67 (or 0xBE3A67) is known color: Rouge. HEX triplet: BE, 3A and 67. RGB value is (190,58,103). Sum of RGB (Red+Green+Blue) = 190+58+103=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A67 is #41C598. Grayscale: #666666. Windows color (decimal): -4310425 or 6765246. OLE color: 6765246.

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

Color convert

RGB 190 58 103 -
CMYK 0 0.69 0.46 0.25
HSL 339.55º 0.53% 0.49% -
HSV(B) 339.55º 0.69% 0.75% -
XYZ 25.2 14.95 14.39 -
YUV 102.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 190 58 103 0 0.69 0.46 0.25 339.55 0.53 0.49
Hex BE 3A 67 0 45 2E 19 154 35 31
Octal 276 72 147 0 105 56 31 524 65 61
Binary 10111110 111010 1100111 0 1000101 101110 11001 101010100 110101 110001

Color Harmonies of #BE3A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A67

Black with #BE3A67

Text Example


Text Example

White with #BE3A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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