Html Css Color HEX #BF6485 Tapestry

📋 copy color: '#BF6485'

red 191 ◦ green 100 ◦ blue 133

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

Shades of Tapestry #BF6485

Tints of Tapestry #BF6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 45.05%
G = 23.58%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF6485 (or 0xBF6485) is known color: Tapestry. HEX triplet: BF, 64 and 85. RGB value is (191,100,133). Sum of RGB (Red+Green+Blue) = 191+100+133=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6485 is #409B7A. Grayscale: #828282. Windows color (decimal): -4234107 or 8742079. OLE color: 8742079.

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

Color convert

RGB 191 100 133 -
CMYK 0 0.48 0.30 0.25
HSL 338.24º 0.42% 0.57% -
HSV(B) 338.24º 0.48% 0.75% -
XYZ 30.28 21.88 24.82 -
YUV 130.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 191 100 133 0 0.48 0.30 0.25 338.24 0.42 0.57
Hex BF 64 85 0 30 1E 19 152 2A 39
Octal 277 144 205 0 60 36 31 522 52 71
Binary 10111111 1100100 10000101 0 110000 11110 11001 101010010 101010 111001

Color Harmonies of #BF6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6485

Black with #BF6485

Text Example


Text Example

White with #BF6485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6485; }

 p { color: rgb(191,100,133); }

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

background-color css

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

 a { background-color: rgb(191,100,133); }

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

border-color css

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

 span { border-color: rgb(191,100,133); }

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