Html Css Color HEX #B5838A Tapestry

📋 copy color: '#B5838A'

red 181 ◦ green 131 ◦ blue 138

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

Shades of Tapestry #B5838A

Tints of Tapestry #B5838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 40.22%
G = 29.11%
B = 30.67%

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

#B5838A (or 0xB5838A) is known color: Tapestry. HEX triplet: B5, 83 and 8A. RGB value is (181,131,138). Sum of RGB (Red+Green+Blue) = 181+131+138=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5838A is #4A7C75. Grayscale: #929292. Windows color (decimal): -4881526 or 9077685. OLE color: 9077685.

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

Color convert

RGB 181 131 138 -
CMYK 0 0.28 0.24 0.29
HSL 351.6º 0.25% 0.61% -
HSV(B) 351.6º 0.28% 0.71% -
XYZ 31.76 27.89 27.75 -
YUV 146.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 181 131 138 0 0.28 0.24 0.29 351.6 0.25 0.61
Hex B5 83 8A 0 1C 18 1D 160 19 3D
Octal 265 203 212 0 34 30 35 540 31 75
Binary 10110101 10000011 10001010 0 11100 11000 11101 101100000 11001 111101

Color Harmonies of #B5838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5838A

Black with #B5838A

Text Example


Text Example

White with #B5838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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