Html Css Color HEX #BF3C62 Rouge

📋 copy color: '#BF3C62'

red 191 ◦ green 60 ◦ blue 98

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

Shades of Rouge #BF3C62

Tints of Rouge #BF3C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.08%

R = 54.73%
G = 17.19%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BF3C62 (or 0xBF3C62) is known color: Rouge. HEX triplet: BF, 3C and 62. RGB value is (191,60,98). Sum of RGB (Red+Green+Blue) = 191+60+98=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C62 is #40C39D. Grayscale: #676767. Windows color (decimal): -4244382 or 6438079. OLE color: 6438079.

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

Color convert

RGB 191 60 98 -
CMYK 0 0.69 0.49 0.25
HSL 342.6º 0.52% 0.49% -
HSV(B) 342.6º 0.69% 0.75% -
XYZ 25.31 15.19 13.15 -
YUV 103.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 191 60 98 0 0.69 0.49 0.25 342.6 0.52 0.49
Hex BF 3C 62 0 45 31 19 157 34 31
Octal 277 74 142 0 105 61 31 527 64 61
Binary 10111111 111100 1100010 0 1000101 110001 11001 101010111 110100 110001

Color Harmonies of #BF3C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C62

Black with #BF3C62

Text Example


Text Example

White with #BF3C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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