Html Css Color HEX #BF2F68 Rouge

📋 copy color: '#BF2F68'

red 191 ◦ green 47 ◦ blue 104

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

Shades of Rouge #BF2F68

Tints of Rouge #BF2F68

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.74%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 55.85%
G = 13.74%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF2F68 (or 0xBF2F68) is known color: Rouge. HEX triplet: BF, 2F and 68. RGB value is (191,47,104). Sum of RGB (Red+Green+Blue) = 191+47+104=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2F68 is #40D097. Grayscale: #606060. Windows color (decimal): -4247704 or 6827967. OLE color: 6827967.

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

Color convert

RGB 191 47 104 -
CMYK 0 0.75 0.46 0.25
HSL 336.25º 0.61% 0.47% -
HSV(B) 336.25º 0.75% 0.75% -
XYZ 25 14.11 14.5 -
YUV 96.55 132.21 195.37 -
System Red Green Blue C M Y K H S L
Decimal 191 47 104 0 0.75 0.46 0.25 336.25 0.61 0.47
Hex BF 2F 68 0 4B 2E 19 150 3D 2F
Octal 277 57 150 0 113 56 31 520 75 57
Binary 10111111 101111 1101000 0 1001011 101110 11001 101010000 111101 101111

Color Harmonies of #BF2F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2F68

Black with #BF2F68

Text Example


Text Example

White with #BF2F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2F68; }

 p { color: rgb(191,47,104); }

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

background-color css

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

 a { background-color: rgb(191,47,104); }

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

border-color css

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

 span { border-color: rgb(191,47,104); }

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