Html Css Color HEX #BF3A60 Rouge

📋 copy color: '#BF3A60'

red 191 ◦ green 58 ◦ blue 96

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

Shades of Rouge #BF3A60

Tints of Rouge #BF3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 55.36%
G = 16.81%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF3A60 (or 0xBF3A60) is known color: Rouge. HEX triplet: BF, 3A and 60. RGB value is (191,58,96). Sum of RGB (Red+Green+Blue) = 191+58+96=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A60 is #40C59F. Grayscale: #666666. Windows color (decimal): -4244896 or 6306495. OLE color: 6306495.

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

Color convert

RGB 191 58 96 -
CMYK 0 0.70 0.50 0.25
HSL 342.86º 0.53% 0.49% -
HSV(B) 342.86º 0.7% 0.75% -
XYZ 25.11 14.95 12.63 -
YUV 102.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 191 58 96 0 0.70 0.50 0.25 342.86 0.53 0.49
Hex BF 3A 60 0 46 32 19 157 35 31
Octal 277 72 140 0 106 62 31 527 65 61
Binary 10111111 111010 1100000 0 1000110 110010 11001 101010111 110101 110001

Color Harmonies of #BF3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A60

Black with #BF3A60

Text Example


Text Example

White with #BF3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A60; }

 p { color: rgb(191,58,96); }

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

background-color css

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

 a { background-color: rgb(191,58,96); }

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

border-color css

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

 span { border-color: rgb(191,58,96); }

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