Html Css Color HEX #BF6263 Mandy

📋 copy color: '#BF6263'

red 191 ◦ green 98 ◦ blue 99

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

Shades of Mandy #BF6263

Tints of Mandy #BF6263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.52%

R = 49.23%
G = 25.26%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF6263 (or 0xBF6263) is known color: Mandy. HEX triplet: BF, 62 and 63. RGB value is (191,98,99). Sum of RGB (Red+Green+Blue) = 191+98+99=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6263 is #409D9C. Grayscale: #7E7E7E. Windows color (decimal): -4234653 or 6513343. OLE color: 6513343.

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

Color convert

RGB 191 98 99 -
CMYK 0 0.49 0.48 0.25
HSL 359.35º 0.42% 0.57% -
HSV(B) 359.35º 0.49% 0.75% -
XYZ 28.11 20.71 14.32 -
YUV 125.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 191 98 99 0 0.49 0.48 0.25 359.35 0.42 0.57
Hex BF 62 63 0 31 30 19 167 2A 39
Octal 277 142 143 0 61 60 31 547 52 71
Binary 10111111 1100010 1100011 0 110001 110000 11001 101100111 101010 111001

Color Harmonies of #BF6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6263

Black with #BF6263

Text Example


Text Example

White with #BF6263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6263; }

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

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

background-color css

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

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

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

border-color css

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

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

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