Html Css Color HEX #BF3C66 Rouge

📋 copy color: '#BF3C66'

red 191 ◦ green 60 ◦ blue 102

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

Shades of Rouge #BF3C66

Tints of Rouge #BF3C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 54.11%
G = 17%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF3C66 (or 0xBF3C66) is known color: Rouge. HEX triplet: BF, 3C and 66. RGB value is (191,60,102). Sum of RGB (Red+Green+Blue) = 191+60+102=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C66 is #40C399. Grayscale: #676767. Windows color (decimal): -4244378 or 6700223. OLE color: 6700223.

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

Color convert

RGB 191 60 102 -
CMYK 0 0.69 0.47 0.25
HSL 340.76º 0.52% 0.49% -
HSV(B) 340.76º 0.69% 0.75% -
XYZ 25.5 15.27 14.17 -
YUV 103.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 191 60 102 0 0.69 0.47 0.25 340.76 0.52 0.49
Hex BF 3C 66 0 45 2F 19 155 34 31
Octal 277 74 146 0 105 57 31 525 64 61
Binary 10111111 111100 1100110 0 1000101 101111 11001 101010101 110100 110001

Color Harmonies of #BF3C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C66

Black with #BF3C66

Text Example


Text Example

White with #BF3C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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