Html Css Color HEX #BE6C75 Tapestry

📋 copy color: '#BE6C75'

red 190 ◦ green 108 ◦ blue 117

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

Shades of Tapestry #BE6C75

Tints of Tapestry #BE6C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 45.78%
G = 26.02%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE6C75 (or 0xBE6C75) is known color: Tapestry. HEX triplet: BE, 6C and 75. RGB value is (190,108,117). Sum of RGB (Red+Green+Blue) = 190+108+117=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C75 is #41938A. Grayscale: #858585. Windows color (decimal): -4297611 or 7695550. OLE color: 7695550.

HSL color Cylindrical-coordinate representation of color #BE6C75: hue angle of 353.41º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6C75 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 108 117 -
CMYK 0 0.43 0.38 0.25
HSL 353.41º 0.39% 0.58% -
HSV(B) 353.41º 0.43% 0.75% -
XYZ 29.81 22.96 19.69 -
YUV 133.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 190 108 117 0 0.43 0.38 0.25 353.41 0.39 0.58
Hex BE 6C 75 0 2B 26 19 161 27 3A
Octal 276 154 165 0 53 46 31 541 47 72
Binary 10111110 1101100 1110101 0 101011 100110 11001 101100001 100111 111010

Color Harmonies of #BE6C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C75

Black with #BE6C75

Text Example


Text Example

White with #BE6C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C75; }

 p { color: rgb(190,108,117); }

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

background-color css

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

 a { background-color: rgb(190,108,117); }

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

border-color css

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

 span { border-color: rgb(190,108,117); }

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