Html Css Color HEX #BE667C Tapestry

📋 copy color: '#BE667C'

red 190 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #BE667C

Tints of Tapestry #BE667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 45.67%
G = 24.52%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE667C (or 0xBE667C) is known color: Tapestry. HEX triplet: BE, 66 and 7C. RGB value is (190,102,124). Sum of RGB (Red+Green+Blue) = 190+102+124=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE667C is #419983. Grayscale: #828282. Windows color (decimal): -4299140 or 8152766. OLE color: 8152766.

HSL color Cylindrical-coordinate representation of color #BE667C: hue angle of 345º 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 #BE667C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 102 124 -
CMYK 0 0.46 0.35 0.25
HSL 345º 0.4% 0.57% -
HSV(B) 345º 0.46% 0.75% -
XYZ 29.62 21.91 21.74 -
YUV 130.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 190 102 124 0 0.46 0.35 0.25 345 0.4 0.57
Hex BE 66 7C 0 2E 23 19 159 28 39
Octal 276 146 174 0 56 43 31 531 50 71
Binary 10111110 1100110 1111100 0 101110 100011 11001 101011001 101000 111001

Color Harmonies of #BE667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE667C

Black with #BE667C

Text Example


Text Example

White with #BE667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE667C; }

 p { color: rgb(190,102,124); }

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

background-color css

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

 a { background-color: rgb(190,102,124); }

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

border-color css

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

 span { border-color: rgb(190,102,124); }

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