Html Css Color HEX #B4808F Tapestry

📋 copy color: '#B4808F'

red 180 ◦ green 128 ◦ blue 143

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

Shades of Tapestry #B4808F

Tints of Tapestry #B4808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 39.91%
G = 28.38%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4808F (or 0xB4808F) is known color: Tapestry. HEX triplet: B4, 80 and 8F. RGB value is (180,128,143). Sum of RGB (Red+Green+Blue) = 180+128+143=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4808F is #4B7F70. Grayscale: #919191. Windows color (decimal): -4947825 or 9404596. OLE color: 9404596.

HSL color Cylindrical-coordinate representation of color #B4808F: hue angle of 342.69º 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 #B4808F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 128 143 -
CMYK 0 0.29 0.21 0.29
HSL 342.69º 0.26% 0.6% -
HSV(B) 342.69º 0.29% 0.71% -
XYZ 31.5 27.12 29.56 -
YUV 145.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 180 128 143 0 0.29 0.21 0.29 342.69 0.26 0.6
Hex B4 80 8F 0 1D 15 1D 157 1A 3C
Octal 264 200 217 0 35 25 35 527 32 74
Binary 10110100 10000000 10001111 0 11101 10101 11101 101010111 11010 111100

Color Harmonies of #B4808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4808F

Black with #B4808F

Text Example


Text Example

White with #B4808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4808F; }

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

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

background-color css

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

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

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

border-color css

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

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

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