Html Css Color HEX #BE7D7F Tapestry

📋 copy color: '#BE7D7F'

red 190 ◦ green 125 ◦ blue 127

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

Shades of Tapestry #BE7D7F

Tints of Tapestry #BE7D7F

RGB

 RED value IS 190 (74.61% from 255) = 42.99%

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

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

R = 42.99%
G = 28.28%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE7D7F (or 0xBE7D7F) is known color: Tapestry. HEX triplet: BE, 7D and 7F. RGB value is (190,125,127). Sum of RGB (Red+Green+Blue) = 190+125+127=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D7F is #418280. Grayscale: #909090. Windows color (decimal): -4293249 or 8355262. OLE color: 8355262.

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

Color convert

RGB 190 125 127 -
CMYK 0 0.34 0.33 0.25
HSL 358.15º 0.33% 0.62% -
HSV(B) 358.15º 0.34% 0.75% -
XYZ 32.4 27.15 23.61 -
YUV 144.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 190 125 127 0 0.34 0.33 0.25 358.15 0.33 0.62
Hex BE 7D 7F 0 22 21 19 166 21 3E
Octal 276 175 177 0 42 41 31 546 41 76
Binary 10111110 1111101 1111111 0 100010 100001 11001 101100110 100001 111110

Color Harmonies of #BE7D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D7F

Black with #BE7D7F

Text Example


Text Example

White with #BE7D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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