Html Css Color HEX #B07D8F Tapestry

📋 copy color: '#B07D8F'

red 176 ◦ green 125 ◦ blue 143

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

Shades of Tapestry #B07D8F

Tints of Tapestry #B07D8F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.15%

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

R = 39.64%
G = 28.15%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B07D8F (or 0xB07D8F) is known color: Tapestry. HEX triplet: B0, 7D and 8F. RGB value is (176,125,143). Sum of RGB (Red+Green+Blue) = 176+125+143=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D8F is #4F8270. Grayscale: #8E8E8E. Windows color (decimal): -5210737 or 9403824. OLE color: 9403824.

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

Color convert

RGB 176 125 143 -
CMYK 0 0.29 0.19 0.31
HSL 338.82º 0.24% 0.59% -
HSV(B) 338.82º 0.29% 0.69% -
XYZ 30.2 25.88 29.39 -
YUV 142.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 176 125 143 0 0.29 0.19 0.31 338.82 0.24 0.59
Hex B0 7D 8F 0 1D 13 1F 153 18 3B
Octal 260 175 217 0 35 23 37 523 30 73
Binary 10110000 1111101 10001111 0 11101 10011 11111 101010011 11000 111011

Color Harmonies of #B07D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D8F

Black with #B07D8F

Text Example


Text Example

White with #B07D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D8F; }

 p { color: rgb(176,125,143); }

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

background-color css

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

 a { background-color: rgb(176,125,143); }

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

border-color css

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

 span { border-color: rgb(176,125,143); }

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