Html Css Color HEX #BF6385 Tapestry

📋 copy color: '#BF6385'

red 191 ◦ green 99 ◦ blue 133

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

Shades of Tapestry #BF6385

Tints of Tapestry #BF6385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

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

R = 45.15%
G = 23.4%
B = 31.44%

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

#BF6385 (or 0xBF6385) is known color: Tapestry. HEX triplet: BF, 63 and 85. RGB value is (191,99,133). Sum of RGB (Red+Green+Blue) = 191+99+133=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6385 is #409C7A. Grayscale: #828282. Windows color (decimal): -4234363 or 8741823. OLE color: 8741823.

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

Color convert

RGB 191 99 133 -
CMYK 0 0.48 0.30 0.25
HSL 337.83º 0.42% 0.57% -
HSV(B) 337.83º 0.48% 0.75% -
XYZ 30.18 21.69 24.79 -
YUV 130.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 191 99 133 0 0.48 0.30 0.25 337.83 0.42 0.57
Hex BF 63 85 0 30 1E 19 152 2A 39
Octal 277 143 205 0 60 36 31 522 52 71
Binary 10111111 1100011 10000101 0 110000 11110 11001 101010010 101010 111001

Color Harmonies of #BF6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6385

Black with #BF6385

Text Example


Text Example

White with #BF6385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6385; }

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

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

background-color css

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

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

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

border-color css

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

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

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