Html Css Color HEX #B5828C Tapestry

📋 copy color: '#B5828C'

red 181 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #B5828C

Tints of Tapestry #B5828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 40.13%
G = 28.82%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5828C (or 0xB5828C) is known color: Tapestry. HEX triplet: B5, 82 and 8C. RGB value is (181,130,140). Sum of RGB (Red+Green+Blue) = 181+130+140=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5828C is #4A7D73. Grayscale: #929292. Windows color (decimal): -4881780 or 9208501. OLE color: 9208501.

HSL color Cylindrical-coordinate representation of color #B5828C: hue angle of 348.24º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5828C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 140 -
CMYK 0 0.28 0.23 0.29
HSL 348.24º 0.26% 0.61% -
HSV(B) 348.24º 0.28% 0.71% -
XYZ 31.77 27.68 28.48 -
YUV 146.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 181 130 140 0 0.28 0.23 0.29 348.24 0.26 0.61
Hex B5 82 8C 0 1C 17 1D 15C 1A 3D
Octal 265 202 214 0 34 27 35 534 32 75
Binary 10110101 10000010 10001100 0 11100 10111 11101 101011100 11010 111101

Color Harmonies of #B5828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5828C

Black with #B5828C

Text Example


Text Example

White with #B5828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5828C; }

 p { color: rgb(181,130,140); }

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

background-color css

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

 a { background-color: rgb(181,130,140); }

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

border-color css

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

 span { border-color: rgb(181,130,140); }

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