Html Css Color HEX #BF3363 Rouge

📋 copy color: '#BF3363'

red 191 ◦ green 51 ◦ blue 99

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

Shades of Rouge #BF3363

Tints of Rouge #BF3363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 56.01%
G = 14.96%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF3363 (or 0xBF3363) is known color: Rouge. HEX triplet: BF, 33 and 63. RGB value is (191,51,99). Sum of RGB (Red+Green+Blue) = 191+51+99=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3363 is #40CC9C. Grayscale: #626262. Windows color (decimal): -4246685 or 6501311. OLE color: 6501311.

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

Color convert

RGB 191 51 99 -
CMYK 0 0.73 0.48 0.25
HSL 339.43º 0.58% 0.47% -
HSV(B) 339.43º 0.73% 0.75% -
XYZ 24.92 14.34 13.26 -
YUV 98.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 191 51 99 0 0.73 0.48 0.25 339.43 0.58 0.47
Hex BF 33 63 0 49 30 19 153 3A 2F
Octal 277 63 143 0 111 60 31 523 72 57
Binary 10111111 110011 1100011 0 1001001 110000 11001 101010011 111010 101111

Color Harmonies of #BF3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3363

Black with #BF3363

Text Example


Text Example

White with #BF3363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3363; }

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

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

background-color css

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

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

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

border-color css

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

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

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