Html Css Color HEX #BF3C5F Rouge

📋 copy color: '#BF3C5F'

red 191 ◦ green 60 ◦ blue 95

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

Shades of Rouge #BF3C5F

Tints of Rouge #BF3C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 55.2%
G = 17.34%
B = 27.46%

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

#BF3C5F (or 0xBF3C5F) is known color: Rouge. HEX triplet: BF, 3C and 5F. RGB value is (191,60,95). Sum of RGB (Red+Green+Blue) = 191+60+95=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C5F is #40C3A0. Grayscale: #676767. Windows color (decimal): -4244385 or 6241471. OLE color: 6241471.

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

Color convert

RGB 191 60 95 -
CMYK 0 0.69 0.50 0.25
HSL 343.97º 0.52% 0.49% -
HSV(B) 343.97º 0.69% 0.75% -
XYZ 25.17 15.13 12.42 -
YUV 103.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 191 60 95 0 0.69 0.50 0.25 343.97 0.52 0.49
Hex BF 3C 5F 0 45 32 19 158 34 31
Octal 277 74 137 0 105 62 31 530 64 61
Binary 10111111 111100 1011111 0 1000101 110010 11001 101011000 110100 110001

Color Harmonies of #BF3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C5F

Black with #BF3C5F

Text Example


Text Example

White with #BF3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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