Html Css Color HEX #B0828E Tapestry

📋 copy color: '#B0828E'

red 176 ◦ green 130 ◦ blue 142

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

Shades of Tapestry #B0828E

Tints of Tapestry #B0828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 39.29%
G = 29.02%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0828E (or 0xB0828E) is known color: Tapestry. HEX triplet: B0, 82 and 8E. RGB value is (176,130,142). Sum of RGB (Red+Green+Blue) = 176+130+142=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0828E is #4F7D71. Grayscale: #919191. Windows color (decimal): -5209458 or 9339568. OLE color: 9339568.

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

Color convert

RGB 176 130 142 -
CMYK 0 0.26 0.19 0.31
HSL 344.35º 0.23% 0.6% -
HSV(B) 344.35º 0.26% 0.69% -
XYZ 30.77 27.15 29.21 -
YUV 145.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 176 130 142 0 0.26 0.19 0.31 344.35 0.23 0.6
Hex B0 82 8E 0 1A 13 1F 158 17 3C
Octal 260 202 216 0 32 23 37 530 27 74
Binary 10110000 10000010 10001110 0 11010 10011 11111 101011000 10111 111100

Color Harmonies of #B0828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0828E

Black with #B0828E

Text Example


Text Example

White with #B0828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0828E; }

 p { color: rgb(176,130,142); }

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

background-color css

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

 a { background-color: rgb(176,130,142); }

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

border-color css

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

 span { border-color: rgb(176,130,142); }

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