Html Css Color HEX #BE7A7B Tapestry

📋 copy color: '#BE7A7B'

red 190 ◦ green 122 ◦ blue 123

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

Shades of Tapestry #BE7A7B

Tints of Tapestry #BE7A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.05%

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 43.68%
G = 28.05%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE7A7B (or 0xBE7A7B) is known color: Tapestry. HEX triplet: BE, 7A and 7B. RGB value is (190,122,123). Sum of RGB (Red+Green+Blue) = 190+122+123=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A7B is #418584. Grayscale: #8E8E8E. Windows color (decimal): -4294021 or 8092350. OLE color: 8092350.

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

Color convert

RGB 190 122 123 -
CMYK 0 0.36 0.35 0.25
HSL 359.12º 0.34% 0.61% -
HSV(B) 359.12º 0.36% 0.75% -
XYZ 31.77 26.3 22.14 -
YUV 142.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 190 122 123 0 0.36 0.35 0.25 359.12 0.34 0.61
Hex BE 7A 7B 0 24 23 19 167 22 3D
Octal 276 172 173 0 44 43 31 547 42 75
Binary 10111110 1111010 1111011 0 100100 100011 11001 101100111 100010 111101

Color Harmonies of #BE7A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A7B

Black with #BE7A7B

Text Example


Text Example

White with #BE7A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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