Html Css Color HEX #B0818A Tapestry

📋 copy color: '#B0818A'

red 176 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #B0818A

Tints of Tapestry #B0818A

RGB

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

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

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

R = 39.73%
G = 29.12%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0818A (or 0xB0818A) is known color: Tapestry. HEX triplet: B0, 81 and 8A. RGB value is (176,129,138). Sum of RGB (Red+Green+Blue) = 176+129+138=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0818A is #4F7E75. Grayscale: #909090. Windows color (decimal): -5209718 or 9077168. OLE color: 9077168.

HSL color Cylindrical-coordinate representation of color #B0818A: hue angle of 348.51º 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 #B0818A is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 138 -
CMYK 0 0.27 0.22 0.31
HSL 348.51º 0.23% 0.6% -
HSV(B) 348.51º 0.27% 0.69% -
XYZ 30.34 26.77 27.61 -
YUV 144.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 176 129 138 0 0.27 0.22 0.31 348.51 0.23 0.6
Hex B0 81 8A 0 1B 16 1F 15D 17 3C
Octal 260 201 212 0 33 26 37 535 27 74
Binary 10110000 10000001 10001010 0 11011 10110 11111 101011101 10111 111100

Color Harmonies of #B0818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0818A

Black with #B0818A

Text Example


Text Example

White with #B0818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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