Html Css Color HEX #BE3467 Rouge

📋 copy color: '#BE3467'

red 190 ◦ green 52 ◦ blue 103

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

Shades of Rouge #BE3467

Tints of Rouge #BE3467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

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

R = 55.07%
G = 15.07%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE3467 (or 0xBE3467) is known color: Rouge. HEX triplet: BE, 34 and 67. RGB value is (190,52,103). Sum of RGB (Red+Green+Blue) = 190+52+103=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3467 is #41CB98. Grayscale: #636363. Windows color (decimal): -4311961 or 6763710. OLE color: 6763710.

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

Color convert

RGB 190 52 103 -
CMYK 0 0.73 0.46 0.25
HSL 337.83º 0.57% 0.47% -
HSV(B) 337.83º 0.73% 0.75% -
XYZ 24.91 14.38 14.3 -
YUV 99.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 190 52 103 0 0.73 0.46 0.25 337.83 0.57 0.47
Hex BE 34 67 0 49 2E 19 152 39 2F
Octal 276 64 147 0 111 56 31 522 71 57
Binary 10111110 110100 1100111 0 1001001 101110 11001 101010010 111001 101111

Color Harmonies of #BE3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3467

Black with #BE3467

Text Example


Text Example

White with #BE3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3467; }

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

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

background-color css

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

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

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

border-color css

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

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

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