Html Css Color HEX #B5818B Tapestry

📋 copy color: '#B5818B'

red 181 ◦ green 129 ◦ blue 139

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

Shades of Tapestry #B5818B

Tints of Tapestry #B5818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 40.31%
G = 28.73%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5818B (or 0xB5818B) is known color: Tapestry. HEX triplet: B5, 81 and 8B. RGB value is (181,129,139). Sum of RGB (Red+Green+Blue) = 181+129+139=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5818B is #4A7E74. Grayscale: #919191. Windows color (decimal): -4882037 or 9142709. OLE color: 9142709.

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

Color convert

RGB 181 129 139 -
CMYK 0 0.29 0.23 0.29
HSL 348.46º 0.26% 0.61% -
HSV(B) 348.46º 0.29% 0.71% -
XYZ 31.57 27.39 28.05 -
YUV 145.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 181 129 139 0 0.29 0.23 0.29 348.46 0.26 0.61
Hex B5 81 8B 0 1D 17 1D 15C 1A 3D
Octal 265 201 213 0 35 27 35 534 32 75
Binary 10110101 10000001 10001011 0 11101 10111 11101 101011100 11010 111101

Color Harmonies of #B5818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5818B

Black with #B5818B

Text Example


Text Example

White with #B5818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5818B; }

 p { color: rgb(181,129,139); }

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

background-color css

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

 a { background-color: rgb(181,129,139); }

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

border-color css

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

 span { border-color: rgb(181,129,139); }

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