Html Css Color HEX #B5828A Tapestry

📋 copy color: '#B5828A'

red 181 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #B5828A

Tints of Tapestry #B5828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 40.31%
G = 28.95%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5828A (or 0xB5828A) is known color: Tapestry. HEX triplet: B5, 82 and 8A. RGB value is (181,130,138). Sum of RGB (Red+Green+Blue) = 181+130+138=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5828A is #4A7D75. Grayscale: #929292. Windows color (decimal): -4881782 or 9077429. OLE color: 9077429.

HSL color Cylindrical-coordinate representation of color #B5828A: hue angle of 350.59º 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 #B5828A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 138 -
CMYK 0 0.28 0.24 0.29
HSL 350.59º 0.26% 0.61% -
HSV(B) 350.59º 0.28% 0.71% -
XYZ 31.63 27.62 27.71 -
YUV 146.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 181 130 138 0 0.28 0.24 0.29 350.59 0.26 0.61
Hex B5 82 8A 0 1C 18 1D 15F 1A 3D
Octal 265 202 212 0 34 30 35 537 32 75
Binary 10110101 10000010 10001010 0 11100 11000 11101 101011111 11010 111101

Color Harmonies of #B5828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5828A

Black with #B5828A

Text Example


Text Example

White with #B5828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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