Html Css Color HEX #BF3C60 Rouge

📋 copy color: '#BF3C60'

red 191 ◦ green 60 ◦ blue 96

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

Shades of Rouge #BF3C60

Tints of Rouge #BF3C60

RGB

 RED value IS 191 (75% from 255) = 55.04%

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 96 (37.89% from 255) = 27.67%

R = 55.04%
G = 17.29%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF3C60 (or 0xBF3C60) is known color: Rouge. HEX triplet: BF, 3C and 60. RGB value is (191,60,96). Sum of RGB (Red+Green+Blue) = 191+60+96=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C60 is #40C39F. Grayscale: #676767. Windows color (decimal): -4244384 or 6307007. OLE color: 6307007.

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

Color convert

RGB 191 60 96 -
CMYK 0 0.69 0.50 0.25
HSL 343.51º 0.52% 0.49% -
HSV(B) 343.51º 0.69% 0.75% -
XYZ 25.21 15.15 12.66 -
YUV 103.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 191 60 96 0 0.69 0.50 0.25 343.51 0.52 0.49
Hex BF 3C 60 0 45 32 19 158 34 31
Octal 277 74 140 0 105 62 31 530 64 61
Binary 10111111 111100 1100000 0 1000101 110010 11001 101011000 110100 110001

Color Harmonies of #BF3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C60

Black with #BF3C60

Text Example


Text Example

White with #BF3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C60; }

 p { color: rgb(191,60,96); }

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

background-color css

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

 a { background-color: rgb(191,60,96); }

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

border-color css

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

 span { border-color: rgb(191,60,96); }

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