Html Css Color HEX #BF6C7B Tapestry

📋 copy color: '#BF6C7B'

red 191 ◦ green 108 ◦ blue 123

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

Shades of Tapestry #BF6C7B

Tints of Tapestry #BF6C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 45.26%
G = 25.59%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF6C7B (or 0xBF6C7B) is known color: Tapestry. HEX triplet: BF, 6C and 7B. RGB value is (191,108,123). Sum of RGB (Red+Green+Blue) = 191+108+123=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C7B is #409384. Grayscale: #868686. Windows color (decimal): -4232069 or 8088767. OLE color: 8088767.

HSL color Cylindrical-coordinate representation of color #BF6C7B: hue angle of 349.16º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6C7B is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 108 123 -
CMYK 0 0.43 0.36 0.25
HSL 349.16º 0.39% 0.59% -
HSV(B) 349.16º 0.43% 0.75% -
XYZ 30.42 23.23 21.62 -
YUV 134.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 191 108 123 0 0.43 0.36 0.25 349.16 0.39 0.59
Hex BF 6C 7B 0 2B 24 19 15D 27 3B
Octal 277 154 173 0 53 44 31 535 47 73
Binary 10111111 1101100 1111011 0 101011 100100 11001 101011101 100111 111011

Color Harmonies of #BF6C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C7B

Black with #BF6C7B

Text Example


Text Example

White with #BF6C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C7B; }

 p { color: rgb(191,108,123); }

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

background-color css

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

 a { background-color: rgb(191,108,123); }

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

border-color css

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

 span { border-color: rgb(191,108,123); }

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