Html Css Color HEX #BE306C Rouge

📋 copy color: '#BE306C'

red 190 ◦ green 48 ◦ blue 108

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

Shades of Rouge #BE306C

Tints of Rouge #BE306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 54.91%
G = 13.87%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE306C (or 0xBE306C) is known color: Rouge. HEX triplet: BE, 30 and 6C. RGB value is (190,48,108). Sum of RGB (Red+Green+Blue) = 190+48+108=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE306C is #41CF93. Grayscale: #616161. Windows color (decimal): -4312980 or 7090366. OLE color: 7090366.

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

Color convert

RGB 190 48 108 -
CMYK 0 0.75 0.43 0.25
HSL 334.65º 0.6% 0.47% -
HSV(B) 334.65º 0.75% 0.75% -
XYZ 25 14.14 15.6 -
YUV 97.3 134.04 194.12 -
System Red Green Blue C M Y K H S L
Decimal 190 48 108 0 0.75 0.43 0.25 334.65 0.6 0.47
Hex BE 30 6C 0 4B 2B 19 14F 3C 2F
Octal 276 60 154 0 113 53 31 517 74 57
Binary 10111110 110000 1101100 0 1001011 101011 11001 101001111 111100 101111

Color Harmonies of #BE306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE306C

Black with #BE306C

Text Example


Text Example

White with #BE306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE306C; }

 p { color: rgb(190,48,108); }

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

background-color css

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

 a { background-color: rgb(190,48,108); }

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

border-color css

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

 span { border-color: rgb(190,48,108); }

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