Html Css Color HEX #BF6788 Tapestry

📋 copy color: '#BF6788'

red 191 ◦ green 103 ◦ blue 136

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

Shades of Tapestry #BF6788

Tints of Tapestry #BF6788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 44.42%
G = 23.95%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF6788 (or 0xBF6788) is known color: Tapestry. HEX triplet: BF, 67 and 88. RGB value is (191,103,136). Sum of RGB (Red+Green+Blue) = 191+103+136=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6788 is #409877. Grayscale: #858585. Windows color (decimal): -4233336 or 8939455. OLE color: 8939455.

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

Color convert

RGB 191 103 136 -
CMYK 0 0.46 0.29 0.25
HSL 337.5º 0.41% 0.58% -
HSV(B) 337.5º 0.46% 0.75% -
XYZ 30.78 22.55 26.02 -
YUV 133.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 191 103 136 0 0.46 0.29 0.25 337.5 0.41 0.58
Hex BF 67 88 0 2E 1D 19 152 29 3A
Octal 277 147 210 0 56 35 31 522 51 72
Binary 10111111 1100111 10001000 0 101110 11101 11001 101010010 101001 111010

Color Harmonies of #BF6788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6788

Black with #BF6788

Text Example


Text Example

White with #BF6788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6788; }

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

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

background-color css

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

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

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

border-color css

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

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

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