Html Css Color HEX #BF3366 Rouge

📋 copy color: '#BF3366'

red 191 ◦ green 51 ◦ blue 102

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

Shades of Rouge #BF3366

Tints of Rouge #BF3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 55.52%
G = 14.83%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF3366 (or 0xBF3366) is known color: Rouge. HEX triplet: BF, 33 and 66. RGB value is (191,51,102). Sum of RGB (Red+Green+Blue) = 191+51+102=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3366 is #40CC99. Grayscale: #626262. Windows color (decimal): -4246682 or 6697919. OLE color: 6697919.

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

Color convert

RGB 191 51 102 -
CMYK 0 0.73 0.47 0.25
HSL 338.14º 0.58% 0.47% -
HSV(B) 338.14º 0.73% 0.75% -
XYZ 25.07 14.4 14.03 -
YUV 98.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 191 51 102 0 0.73 0.47 0.25 338.14 0.58 0.47
Hex BF 33 66 0 49 2F 19 152 3A 2F
Octal 277 63 146 0 111 57 31 522 72 57
Binary 10111111 110011 1100110 0 1001001 101111 11001 101010010 111010 101111

Color Harmonies of #BF3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3366

Black with #BF3366

Text Example


Text Example

White with #BF3366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3366; }

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

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

background-color css

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

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

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

border-color css

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

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

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