Html Css Color HEX #B85E7A Tapestry

📋 copy color: '#B85E7A'

red 184 ◦ green 94 ◦ blue 122

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

Shades of Tapestry #B85E7A

Tints of Tapestry #B85E7A

RGB

 RED value IS 184 (72.27% from 255) = 46%

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 46%
G = 23.5%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B85E7A (or 0xB85E7A) is known color: Tapestry. HEX triplet: B8, 5E and 7A. RGB value is (184,94,122). Sum of RGB (Red+Green+Blue) = 184+94+122=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E7A is #47A185. Grayscale: #7C7C7C. Windows color (decimal): -4694406 or 8019640. OLE color: 8019640.

HSL color Cylindrical-coordinate representation of color #B85E7A: hue angle of 341.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85E7A is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 94 122 -
CMYK 0 0.49 0.34 0.28
HSL 341.33º 0.39% 0.55% -
HSV(B) 341.33º 0.49% 0.72% -
XYZ 27.28 19.6 20.76 -
YUV 124.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 184 94 122 0 0.49 0.34 0.28 341.33 0.39 0.55
Hex B8 5E 7A 0 31 22 1C 155 27 37
Octal 270 136 172 0 61 42 34 525 47 67
Binary 10111000 1011110 1111010 0 110001 100010 11100 101010101 100111 110111

Color Harmonies of #B85E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E7A

Black with #B85E7A

Text Example


Text Example

White with #B85E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E7A; }

 p { color: rgb(184,94,122); }

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

background-color css

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

 a { background-color: rgb(184,94,122); }

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

border-color css

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

 span { border-color: rgb(184,94,122); }

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