Html Css Color HEX #BE677D Tapestry

📋 copy color: '#BE677D'

red 190 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #BE677D

Tints of Tapestry #BE677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.64%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 45.45%
G = 24.64%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE677D (or 0xBE677D) is known color: Tapestry. HEX triplet: BE, 67 and 7D. RGB value is (190,103,125). Sum of RGB (Red+Green+Blue) = 190+103+125=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE677D is #419882. Grayscale: #838383. Windows color (decimal): -4298883 or 8218558. OLE color: 8218558.

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

Color convert

RGB 190 103 125 -
CMYK 0 0.46 0.34 0.25
HSL 344.83º 0.4% 0.57% -
HSV(B) 344.83º 0.46% 0.75% -
XYZ 29.79 22.13 22.1 -
YUV 131.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 190 103 125 0 0.46 0.34 0.25 344.83 0.4 0.57
Hex BE 67 7D 0 2E 22 19 159 28 39
Octal 276 147 175 0 56 42 31 531 50 71
Binary 10111110 1100111 1111101 0 101110 100010 11001 101011001 101000 111001

Color Harmonies of #BE677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE677D

Black with #BE677D

Text Example


Text Example

White with #BE677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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