Html Css Color HEX #BE3267 Rouge

📋 copy color: '#BE3267'

red 190 ◦ green 50 ◦ blue 103

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

Shades of Rouge #BE3267

Tints of Rouge #BE3267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 55.39%
G = 14.58%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE3267 (or 0xBE3267) is known color: Rouge. HEX triplet: BE, 32 and 67. RGB value is (190,50,103). Sum of RGB (Red+Green+Blue) = 190+50+103=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3267 is #41CD98. Grayscale: #616161. Windows color (decimal): -4312473 or 6763198. OLE color: 6763198.

HSL color Cylindrical-coordinate representation of color #BE3267: hue angle of 337.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3267 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 103 -
CMYK 0 0.74 0.46 0.25
HSL 337.29º 0.58% 0.47% -
HSV(B) 337.29º 0.74% 0.75% -
XYZ 24.82 14.21 14.27 -
YUV 97.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 190 50 103 0 0.74 0.46 0.25 337.29 0.58 0.47
Hex BE 32 67 0 4A 2E 19 151 3A 2F
Octal 276 62 147 0 112 56 31 521 72 57
Binary 10111110 110010 1100111 0 1001010 101110 11001 101010001 111010 101111

Color Harmonies of #BE3267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3267

Black with #BE3267

Text Example


Text Example

White with #BE3267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3267; }

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

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

background-color css

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

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

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

border-color css

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

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

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