Html Css Color HEX #B0707F Tapestry

📋 copy color: '#B0707F'

red 176 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #B0707F

Tints of Tapestry #B0707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

 BLUE value IS 127 (50% from 255) = 30.6%

R = 42.41%
G = 26.99%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0707F (or 0xB0707F) is known color: Tapestry. HEX triplet: B0, 70 and 7F. RGB value is (176,112,127). Sum of RGB (Red+Green+Blue) = 176+112+127=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707F is #4F8F80. Grayscale: #848484. Windows color (decimal): -5214081 or 8351920. OLE color: 8351920.

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

Color convert

RGB 176 112 127 -
CMYK 0 0.36 0.28 0.31
HSL 345.94º 0.29% 0.56% -
HSV(B) 345.94º 0.36% 0.69% -
XYZ 27.53 22.35 22.94 -
YUV 132.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 176 112 127 0 0.36 0.28 0.31 345.94 0.29 0.56
Hex B0 70 7F 0 24 1C 1F 15A 1D 38
Octal 260 160 177 0 44 34 37 532 35 70
Binary 10110000 1110000 1111111 0 100100 11100 11111 101011010 11101 111000

Color Harmonies of #B0707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0707F

Black with #B0707F

Text Example


Text Example

White with #B0707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0707F; }

 p { color: rgb(176,112,127); }

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

background-color css

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

 a { background-color: rgb(176,112,127); }

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

border-color css

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

 span { border-color: rgb(176,112,127); }

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