Html Css Color HEX #BF6265 Mandy

📋 copy color: '#BF6265'

red 191 ◦ green 98 ◦ blue 101

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

Shades of Mandy #BF6265

Tints of Mandy #BF6265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 48.97%
G = 25.13%
B = 25.9%

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

#BF6265 (or 0xBF6265) is known color: Mandy. HEX triplet: BF, 62 and 65. RGB value is (191,98,101). Sum of RGB (Red+Green+Blue) = 191+98+101=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6265 is #409D9A. Grayscale: #7E7E7E. Windows color (decimal): -4234651 or 6644415. OLE color: 6644415.

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

Color convert

RGB 191 98 101 -
CMYK 0 0.49 0.47 0.25
HSL 358.06º 0.42% 0.57% -
HSV(B) 358.06º 0.49% 0.75% -
XYZ 28.2 20.75 14.83 -
YUV 126.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 191 98 101 0 0.49 0.47 0.25 358.06 0.42 0.57
Hex BF 62 65 0 31 2F 19 166 2A 39
Octal 277 142 145 0 61 57 31 546 52 71
Binary 10111111 1100010 1100101 0 110001 101111 11001 101100110 101010 111001

Color Harmonies of #BF6265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6265

Black with #BF6265

Text Example


Text Example

White with #BF6265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6265; }

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

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

background-color css

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

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

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

border-color css

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

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

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