Html Css Color HEX #BF627C Tapestry

📋 copy color: '#BF627C'

red 191 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #BF627C

Tints of Tapestry #BF627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 46.25%
G = 23.73%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF627C (or 0xBF627C) is known color: Tapestry. HEX triplet: BF, 62 and 7C. RGB value is (191,98,124). Sum of RGB (Red+Green+Blue) = 191+98+124=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF627C is #409D83. Grayscale: #808080. Windows color (decimal): -4234628 or 8151743. OLE color: 8151743.

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

Color convert

RGB 191 98 124 -
CMYK 0 0.49 0.35 0.25
HSL 343.23º 0.42% 0.57% -
HSV(B) 343.23º 0.49% 0.75% -
XYZ 29.49 21.27 21.62 -
YUV 128.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 191 98 124 0 0.49 0.35 0.25 343.23 0.42 0.57
Hex BF 62 7C 0 31 23 19 157 2A 39
Octal 277 142 174 0 61 43 31 527 52 71
Binary 10111111 1100010 1111100 0 110001 100011 11001 101010111 101010 111001

Color Harmonies of #BF627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF627C

Black with #BF627C

Text Example


Text Example

White with #BF627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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