Html Css Color HEX #BE3067 Rouge

📋 copy color: '#BE3067'

red 190 ◦ green 48 ◦ blue 103

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

Shades of Rouge #BE3067

Tints of Rouge #BE3067

RGB

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

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

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

R = 55.72%
G = 14.08%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE3067 (or 0xBE3067) is known color: Rouge. HEX triplet: BE, 30 and 67. RGB value is (190,48,103). Sum of RGB (Red+Green+Blue) = 190+48+103=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3067 is #41CF98. Grayscale: #606060. Windows color (decimal): -4312985 or 6762686. OLE color: 6762686.

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

Color convert

RGB 190 48 103 -
CMYK 0 0.75 0.46 0.25
HSL 336.76º 0.6% 0.47% -
HSV(B) 336.76º 0.75% 0.75% -
XYZ 24.74 14.04 14.24 -
YUV 96.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 190 48 103 0 0.75 0.46 0.25 336.76 0.6 0.47
Hex BE 30 67 0 4B 2E 19 151 3C 2F
Octal 276 60 147 0 113 56 31 521 74 57
Binary 10111110 110000 1100111 0 1001011 101110 11001 101010001 111100 101111

Color Harmonies of #BE3067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3067

Black with #BE3067

Text Example


Text Example

White with #BE3067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3067; }

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

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

background-color css

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

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

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

border-color css

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

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

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