Html Css Color HEX #B0707E Tapestry

📋 copy color: '#B0707E'

red 176 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #B0707E

Tints of Tapestry #B0707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 42.51%
G = 27.05%
B = 30.43%

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

#B0707E (or 0xB0707E) is known color: Tapestry. HEX triplet: B0, 70 and 7E. RGB value is (176,112,126). Sum of RGB (Red+Green+Blue) = 176+112+126=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0707E is #4F8F81. Grayscale: #848484. Windows color (decimal): -5214082 or 8286384. OLE color: 8286384.

HSL color Cylindrical-coordinate representation of color #B0707E: hue angle of 346.88º 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 #B0707E is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 126 -
CMYK 0 0.36 0.28 0.31
HSL 346.88º 0.29% 0.56% -
HSV(B) 346.88º 0.36% 0.69% -
XYZ 27.46 22.32 22.6 -
YUV 132.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 176 112 126 0 0.36 0.28 0.31 346.88 0.29 0.56
Hex B0 70 7E 0 24 1C 1F 15B 1D 38
Octal 260 160 176 0 44 34 37 533 35 70
Binary 10110000 1110000 1111110 0 100100 11100 11111 101011011 11101 111000

Color Harmonies of #B0707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0707E

Black with #B0707E

Text Example


Text Example

White with #B0707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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