Html Css Color HEX #B56085 Tapestry

📋 copy color: '#B56085'

red 181 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #B56085

Tints of Tapestry #B56085

RGB

 RED value IS 181 (71.09% from 255) = 44.15%

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 44.15%
G = 23.41%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B56085 (or 0xB56085) is known color: Tapestry. HEX triplet: B5, 60 and 85. RGB value is (181,96,133). Sum of RGB (Red+Green+Blue) = 181+96+133=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B56085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56085 is #4A9F7A. Grayscale: #7D7D7D. Windows color (decimal): -4890491 or 8741045. OLE color: 8741045.

HSL color Cylindrical-coordinate representation of color #B56085: hue angle of 333.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56085 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 133 -
CMYK 0 0.47 0.27 0.29
HSL 333.88º 0.36% 0.54% -
HSV(B) 333.88º 0.47% 0.71% -
XYZ 27.47 19.88 24.58 -
YUV 125.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 181 96 133 0 0.47 0.27 0.29 333.88 0.36 0.54
Hex B5 60 85 0 2F 1B 1D 14E 24 36
Octal 265 140 205 0 57 33 35 516 44 66
Binary 10110101 1100000 10000101 0 101111 11011 11101 101001110 100100 110110

Color Harmonies of #B56085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56085

Black with #B56085

Text Example


Text Example

White with #B56085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56085; }

 p { color: rgb(181,96,133); }

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

background-color css

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

 a { background-color: rgb(181,96,133); }

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

border-color css

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

 span { border-color: rgb(181,96,133); }

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