Html Css Color HEX #BF7289 Tapestry

📋 copy color: '#BF7289'

red 191 ◦ green 114 ◦ blue 137

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

Shades of Tapestry #BF7289

Tints of Tapestry #BF7289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

 BLUE value IS 137 (53.91% from 255) = 31%

R = 43.21%
G = 25.79%
B = 31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF7289 (or 0xBF7289) is known color: Tapestry. HEX triplet: BF, 72 and 89. RGB value is (191,114,137). Sum of RGB (Red+Green+Blue) = 191+114+137=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7289 is #408D76. Grayscale: #8B8B8B. Windows color (decimal): -4230519 or 9007807. OLE color: 9007807.

HSL color Cylindrical-coordinate representation of color #BF7289: hue angle of 342.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7289 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 137 -
CMYK 0 0.40 0.28 0.25
HSL 342.08º 0.38% 0.6% -
HSV(B) 342.08º 0.4% 0.75% -
XYZ 32.02 24.92 26.79 -
YUV 139.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 191 114 137 0 0.40 0.28 0.25 342.08 0.38 0.6
Hex BF 72 89 0 28 1C 19 156 26 3C
Octal 277 162 211 0 50 34 31 526 46 74
Binary 10111111 1110010 10001001 0 101000 11100 11001 101010110 100110 111100

Color Harmonies of #BF7289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7289

Black with #BF7289

Text Example


Text Example

White with #BF7289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7289; }

 p { color: rgb(191,114,137); }

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

background-color css

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

 a { background-color: rgb(191,114,137); }

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

border-color css

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

 span { border-color: rgb(191,114,137); }

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