Html Css Color HEX #B0828C Tapestry

📋 copy color: '#B0828C'

red 176 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #B0828C

Tints of Tapestry #B0828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.39%

R = 39.46%
G = 29.15%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0828C (or 0xB0828C) is known color: Tapestry. HEX triplet: B0, 82 and 8C. RGB value is (176,130,140). Sum of RGB (Red+Green+Blue) = 176+130+140=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0828C is #4F7D73. Grayscale: #909090. Windows color (decimal): -5209460 or 9208496. OLE color: 9208496.

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

Color convert

RGB 176 130 140 -
CMYK 0 0.26 0.20 0.31
HSL 346.96º 0.23% 0.6% -
HSV(B) 346.96º 0.26% 0.69% -
XYZ 30.62 27.09 28.43 -
YUV 144.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 176 130 140 0 0.26 0.20 0.31 346.96 0.23 0.6
Hex B0 82 8C 0 1A 14 1F 15B 17 3C
Octal 260 202 214 0 32 24 37 533 27 74
Binary 10110000 10000010 10001100 0 11010 10100 11111 101011011 10111 111100

Color Harmonies of #B0828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0828C

Black with #B0828C

Text Example


Text Example

White with #B0828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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