Html Css Color HEX #B4828C Tapestry

📋 copy color: '#B4828C'

red 180 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #B4828C

Tints of Tapestry #B4828C

RGB

 RED value IS 180 (70.7% from 255) = 40%

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

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

R = 40%
G = 28.89%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4828C (or 0xB4828C) is known color: Tapestry. HEX triplet: B4, 82 and 8C. RGB value is (180,130,140). Sum of RGB (Red+Green+Blue) = 180+130+140=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4828C is #4B7D73. Grayscale: #929292. Windows color (decimal): -4947316 or 9208500. OLE color: 9208500.

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

Color convert

RGB 180 130 140 -
CMYK 0 0.28 0.22 0.29
HSL 348º 0.25% 0.61% -
HSV(B) 348º 0.28% 0.71% -
XYZ 31.54 27.56 28.47 -
YUV 146.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 180 130 140 0 0.28 0.22 0.29 348 0.25 0.61
Hex B4 82 8C 0 1C 16 1D 15C 19 3D
Octal 264 202 214 0 34 26 35 534 31 75
Binary 10110100 10000010 10001100 0 11100 10110 11101 101011100 11001 111101

Color Harmonies of #B4828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4828C

Black with #B4828C

Text Example


Text Example

White with #B4828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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