Html Css Color HEX #BF6166 Mandy

📋 copy color: '#BF6166'

red 191 ◦ green 97 ◦ blue 102

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

Shades of Mandy #BF6166

Tints of Mandy #BF6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.87%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 48.97%
G = 24.87%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF6166 (or 0xBF6166) is known color: Mandy. HEX triplet: BF, 61 and 66. RGB value is (191,97,102). Sum of RGB (Red+Green+Blue) = 191+97+102=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6166 is #409E99. Grayscale: #7D7D7D. Windows color (decimal): -4234906 or 6709695. OLE color: 6709695.

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

Color convert

RGB 191 97 102 -
CMYK 0 0.49 0.47 0.25
HSL 356.81º 0.42% 0.56% -
HSV(B) 356.81º 0.49% 0.75% -
XYZ 28.16 20.59 15.06 -
YUV 125.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 191 97 102 0 0.49 0.47 0.25 356.81 0.42 0.56
Hex BF 61 66 0 31 2F 19 165 2A 38
Octal 277 141 146 0 61 57 31 545 52 70
Binary 10111111 1100001 1100110 0 110001 101111 11001 101100101 101010 111000

Color Harmonies of #BF6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6166

Black with #BF6166

Text Example


Text Example

White with #BF6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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