Html Css Color HEX #BF7D7F Tapestry

📋 copy color: '#BF7D7F'

red 191 ◦ green 125 ◦ blue 127

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

Shades of Tapestry #BF7D7F

Tints of Tapestry #BF7D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 43.12%
G = 28.22%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF7D7F (or 0xBF7D7F) is known color: Tapestry. HEX triplet: BF, 7D and 7F. RGB value is (191,125,127). Sum of RGB (Red+Green+Blue) = 191+125+127=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D7F is #408280. Grayscale: #919191. Windows color (decimal): -4227713 or 8355263. OLE color: 8355263.

HSL color Cylindrical-coordinate representation of color #BF7D7F: hue angle of 358.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7D7F is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 125 127 -
CMYK 0 0.35 0.34 0.25
HSL 358.18º 0.34% 0.62% -
HSV(B) 358.18º 0.35% 0.75% -
XYZ 32.65 27.28 23.62 -
YUV 144.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 191 125 127 0 0.35 0.34 0.25 358.18 0.34 0.62
Hex BF 7D 7F 0 23 22 19 166 22 3E
Octal 277 175 177 0 43 42 31 546 42 76
Binary 10111111 1111101 1111111 0 100011 100010 11001 101100110 100010 111110

Color Harmonies of #BF7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D7F

Black with #BF7D7F

Text Example


Text Example

White with #BF7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D7F; }

 p { color: rgb(191,125,127); }

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

background-color css

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

 a { background-color: rgb(191,125,127); }

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

border-color css

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

 span { border-color: rgb(191,125,127); }

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