Html Css Color HEX #BE7B85 Tapestry

📋 copy color: '#BE7B85'

red 190 ◦ green 123 ◦ blue 133

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

Shades of Tapestry #BE7B85

Tints of Tapestry #BE7B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.58%

 BLUE value IS 133 (52.34% from 255) = 29.82%

R = 42.6%
G = 27.58%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE7B85 (or 0xBE7B85) is known color: Tapestry. HEX triplet: BE, 7B and 85. RGB value is (190,123,133). Sum of RGB (Red+Green+Blue) = 190+123+133=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B85 is #41847A. Grayscale: #909090. Windows color (decimal): -4293755 or 8747966. OLE color: 8747966.

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

Color convert

RGB 190 123 133 -
CMYK 0 0.35 0.3 0.25
HSL 351.04º 0.34% 0.61% -
HSV(B) 351.04º 0.35% 0.75% -
XYZ 32.55 26.81 25.65 -
YUV 144.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 190 123 133 0 0.35 0.3 0.25 351.04 0.34 0.61
Hex BE 7B 85 0 23 1E 19 15F 22 3D
Octal 276 173 205 0 43 36 31 537 42 75
Binary 10111110 1111011 10000101 0 100011 11110 11001 101011111 100010 111101

Color Harmonies of #BE7B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B85

Black with #BE7B85

Text Example


Text Example

White with #BE7B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B85; }

 p { color: rgb(190,123,133); }

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

background-color css

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

 a { background-color: rgb(190,123,133); }

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

border-color css

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

 span { border-color: rgb(190,123,133); }

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