Html Css Color HEX #BF6567 Mandy

📋 copy color: '#BF6567'

red 191 ◦ green 101 ◦ blue 103

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

Shades of Mandy #BF6567

Tints of Mandy #BF6567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

 BLUE value IS 103 (40.63% from 255) = 26.08%

R = 48.35%
G = 25.57%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF6567 (or 0xBF6567) is known color: Mandy. HEX triplet: BF, 65 and 67. RGB value is (191,101,103). Sum of RGB (Red+Green+Blue) = 191+101+103=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6567 is #409A98. Grayscale: #808080. Windows color (decimal): -4233881 or 6776255. OLE color: 6776255.

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

Color convert

RGB 191 101 103 -
CMYK 0 0.47 0.46 0.25
HSL 358.67º 0.41% 0.57% -
HSV(B) 358.67º 0.47% 0.75% -
XYZ 28.59 21.36 15.45 -
YUV 128.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 191 101 103 0 0.47 0.46 0.25 358.67 0.41 0.57
Hex BF 65 67 0 2F 2E 19 167 29 39
Octal 277 145 147 0 57 56 31 547 51 71
Binary 10111111 1100101 1100111 0 101111 101110 11001 101100111 101001 111001

Color Harmonies of #BF6567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6567

Black with #BF6567

Text Example


Text Example

White with #BF6567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6567; }

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

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

background-color css

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

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

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

border-color css

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

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

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