Html Css Color HEX #BF6165 Mandy

📋 copy color: '#BF6165'

red 191 ◦ green 97 ◦ blue 101

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

Shades of Mandy #BF6165

Tints of Mandy #BF6165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.96%

R = 49.1%
G = 24.94%
B = 25.96%

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

#BF6165 (or 0xBF6165) is known color: Mandy. HEX triplet: BF, 61 and 65. RGB value is (191,97,101). Sum of RGB (Red+Green+Blue) = 191+97+101=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6165 is #409E9A. Grayscale: #7D7D7D. Windows color (decimal): -4234907 or 6644159. OLE color: 6644159.

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

Color convert

RGB 191 97 101 -
CMYK 0 0.49 0.47 0.25
HSL 357.45º 0.42% 0.56% -
HSV(B) 357.45º 0.49% 0.75% -
XYZ 28.11 20.57 14.8 -
YUV 125.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 191 97 101 0 0.49 0.47 0.25 357.45 0.42 0.56
Hex BF 61 65 0 31 2F 19 165 2A 38
Octal 277 141 145 0 61 57 31 545 52 70
Binary 10111111 1100001 1100101 0 110001 101111 11001 101100101 101010 111000

Color Harmonies of #BF6165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6165

Black with #BF6165

Text Example


Text Example

White with #BF6165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6165; }

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

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

background-color css

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

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

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

border-color css

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

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

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