Html Css Color HEX #B0818B Tapestry

📋 copy color: '#B0818B'

red 176 ◦ green 129 ◦ blue 139

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

Shades of Tapestry #B0818B

Tints of Tapestry #B0818B

RGB

 RED value IS 176 (69.14% from 255) = 39.64%

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

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

R = 39.64%
G = 29.05%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0818B (or 0xB0818B) is known color: Tapestry. HEX triplet: B0, 81 and 8B. RGB value is (176,129,139). Sum of RGB (Red+Green+Blue) = 176+129+139=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0818B is #4F7E74. Grayscale: #909090. Windows color (decimal): -5209717 or 9142704. OLE color: 9142704.

HSL color Cylindrical-coordinate representation of color #B0818B: hue angle of 347.23º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0818B is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 139 -
CMYK 0 0.27 0.21 0.31
HSL 347.23º 0.23% 0.6% -
HSV(B) 347.23º 0.27% 0.69% -
XYZ 30.41 26.79 27.99 -
YUV 144.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 176 129 139 0 0.27 0.21 0.31 347.23 0.23 0.6
Hex B0 81 8B 0 1B 15 1F 15B 17 3C
Octal 260 201 213 0 33 25 37 533 27 74
Binary 10110000 10000001 10001011 0 11011 10101 11111 101011011 10111 111100

Color Harmonies of #B0818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0818B

Black with #B0818B

Text Example


Text Example

White with #B0818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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