Html Css Color HEX #BF3967 Rouge

📋 copy color: '#BF3967'

red 191 ◦ green 57 ◦ blue 103

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

Shades of Rouge #BF3967

Tints of Rouge #BF3967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

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

R = 54.42%
G = 16.24%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF3967 (or 0xBF3967) is known color: Rouge. HEX triplet: BF, 39 and 67. RGB value is (191,57,103). Sum of RGB (Red+Green+Blue) = 191+57+103=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3967 is #40C698. Grayscale: #666666. Windows color (decimal): -4245145 or 6764991. OLE color: 6764991.

HSL color Cylindrical-coordinate representation of color #BF3967: hue angle of 339.4º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3967 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 103 -
CMYK 0 0.70 0.46 0.25
HSL 339.4º 0.54% 0.49% -
HSV(B) 339.4º 0.7% 0.75% -
XYZ 25.4 14.98 14.39 -
YUV 102.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 191 57 103 0 0.70 0.46 0.25 339.4 0.54 0.49
Hex BF 39 67 0 46 2E 19 153 36 31
Octal 277 71 147 0 106 56 31 523 66 61
Binary 10111111 111001 1100111 0 1000110 101110 11001 101010011 110110 110001

Color Harmonies of #BF3967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3967

Black with #BF3967

Text Example


Text Example

White with #BF3967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3967; }

 p { color: rgb(191,57,103); }

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

background-color css

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

 a { background-color: rgb(191,57,103); }

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

border-color css

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

 span { border-color: rgb(191,57,103); }

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