Html Css Color HEX #B06B7A Tapestry

📋 copy color: '#B06B7A'

red 176 ◦ green 107 ◦ blue 122

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

Shades of Tapestry #B06B7A

Tints of Tapestry #B06B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 43.46%
G = 26.42%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B06B7A (or 0xB06B7A) is known color: Tapestry. HEX triplet: B0, 6B and 7A. RGB value is (176,107,122). Sum of RGB (Red+Green+Blue) = 176+107+122=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B7A is #4F9485. Grayscale: #818181. Windows color (decimal): -5215366 or 8022960. OLE color: 8022960.

HSL color Cylindrical-coordinate representation of color #B06B7A: hue angle of 346.96º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B7A is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 107 122 -
CMYK 0 0.39 0.31 0.31
HSL 346.96º 0.3% 0.55% -
HSV(B) 346.96º 0.39% 0.69% -
XYZ 26.68 21.15 21.09 -
YUV 129.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 176 107 122 0 0.39 0.31 0.31 346.96 0.3 0.55
Hex B0 6B 7A 0 27 1F 1F 15B 1E 37
Octal 260 153 172 0 47 37 37 533 36 67
Binary 10110000 1101011 1111010 0 100111 11111 11111 101011011 11110 110111

Color Harmonies of #B06B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B7A

Black with #B06B7A

Text Example


Text Example

White with #B06B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B7A; }

 p { color: rgb(176,107,122); }

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

background-color css

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

 a { background-color: rgb(176,107,122); }

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

border-color css

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

 span { border-color: rgb(176,107,122); }

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