Html Css Color HEX #BF6668 Mandy

📋 copy color: '#BF6668'

red 191 ◦ green 102 ◦ blue 104

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

Shades of Mandy #BF6668

Tints of Mandy #BF6668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

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

R = 48.11%
G = 25.69%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF6668 (or 0xBF6668) is known color: Mandy. HEX triplet: BF, 66 and 68. RGB value is (191,102,104). Sum of RGB (Red+Green+Blue) = 191+102+104=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6668 is #409997. Grayscale: #808080. Windows color (decimal): -4233624 or 6842047. OLE color: 6842047.

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

Color convert

RGB 191 102 104 -
CMYK 0 0.47 0.46 0.25
HSL 358.65º 0.41% 0.57% -
HSV(B) 358.65º 0.47% 0.75% -
XYZ 28.74 21.58 15.75 -
YUV 128.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 191 102 104 0 0.47 0.46 0.25 358.65 0.41 0.57
Hex BF 66 68 0 2F 2E 19 167 29 39
Octal 277 146 150 0 57 56 31 547 51 71
Binary 10111111 1100110 1101000 0 101111 101110 11001 101100111 101001 111001

Color Harmonies of #BF6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6668

Black with #BF6668

Text Example


Text Example

White with #BF6668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6668; }

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

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

background-color css

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

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

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

border-color css

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

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

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