Html Css Color HEX #BF6768 Mandy

📋 copy color: '#BF6768'

red 191 ◦ green 103 ◦ blue 104

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

Shades of Mandy #BF6768

Tints of Mandy #BF6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

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

R = 47.99%
G = 25.88%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF6768 (or 0xBF6768) is known color: Mandy. HEX triplet: BF, 67 and 68. RGB value is (191,103,104). Sum of RGB (Red+Green+Blue) = 191+103+104=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6768 is #409897. Grayscale: #818181. Windows color (decimal): -4233368 or 6842303. OLE color: 6842303.

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

Color convert

RGB 191 103 104 -
CMYK 0 0.46 0.46 0.25
HSL 359.32º 0.41% 0.58% -
HSV(B) 359.32º 0.46% 0.75% -
XYZ 28.83 21.78 15.78 -
YUV 129.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 191 103 104 0 0.46 0.46 0.25 359.32 0.41 0.58
Hex BF 67 68 0 2E 2E 19 167 29 3A
Octal 277 147 150 0 56 56 31 547 51 72
Binary 10111111 1100111 1101000 0 101110 101110 11001 101100111 101001 111010

Color Harmonies of #BF6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6768

Black with #BF6768

Text Example


Text Example

White with #BF6768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6768; }

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

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

background-color css

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

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

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

border-color css

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

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

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