Html Css Color HEX #B4808A Tapestry

📋 copy color: '#B4808A'

red 180 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #B4808A

Tints of Tapestry #B4808A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 40.36%
G = 28.7%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4808A (or 0xB4808A) is known color: Tapestry. HEX triplet: B4, 80 and 8A. RGB value is (180,128,138). Sum of RGB (Red+Green+Blue) = 180+128+138=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808A is #4B7F75. Grayscale: #909090. Windows color (decimal): -4947830 or 9076916. OLE color: 9076916.

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

Color convert

RGB 180 128 138 -
CMYK 0 0.29 0.23 0.29
HSL 348.46º 0.26% 0.6% -
HSV(B) 348.46º 0.29% 0.71% -
XYZ 31.13 26.98 27.61 -
YUV 144.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 180 128 138 0 0.29 0.23 0.29 348.46 0.26 0.6
Hex B4 80 8A 0 1D 17 1D 15C 1A 3C
Octal 264 200 212 0 35 27 35 534 32 74
Binary 10110100 10000000 10001010 0 11101 10111 11101 101011100 11010 111100

Color Harmonies of #B4808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4808A

Black with #B4808A

Text Example


Text Example

White with #B4808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4808A; }

 p { color: rgb(180,128,138); }

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

background-color css

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

 a { background-color: rgb(180,128,138); }

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

border-color css

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

 span { border-color: rgb(180,128,138); }

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