Html Css Color HEX #BF7085 Tapestry

📋 copy color: '#BF7085'

red 191 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #BF7085

Tints of Tapestry #BF7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

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

R = 43.81%
G = 25.69%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF7085 (or 0xBF7085) is known color: Tapestry. HEX triplet: BF, 70 and 85. RGB value is (191,112,133). Sum of RGB (Red+Green+Blue) = 191+112+133=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7085 is #408F7A. Grayscale: #8A8A8A. Windows color (decimal): -4231035 or 8745151. OLE color: 8745151.

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

Color convert

RGB 191 112 133 -
CMYK 0 0.41 0.30 0.25
HSL 344.05º 0.38% 0.59% -
HSV(B) 344.05º 0.41% 0.75% -
XYZ 31.51 24.36 25.23 -
YUV 138.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 191 112 133 0 0.41 0.30 0.25 344.05 0.38 0.59
Hex BF 70 85 0 29 1E 19 158 26 3B
Octal 277 160 205 0 51 36 31 530 46 73
Binary 10111111 1110000 10000101 0 101001 11110 11001 101011000 100110 111011

Color Harmonies of #BF7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7085

Black with #BF7085

Text Example


Text Example

White with #BF7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7085; }

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

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

background-color css

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

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

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

border-color css

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

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

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