Html Css Color HEX #B06C7A Tapestry

📋 copy color: '#B06C7A'

red 176 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #B06C7A

Tints of Tapestry #B06C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 43.35%
G = 26.6%
B = 30.05%

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

#B06C7A (or 0xB06C7A) is known color: Tapestry. HEX triplet: B0, 6C and 7A. RGB value is (176,108,122). Sum of RGB (Red+Green+Blue) = 176+108+122=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C7A is #4F9385. Grayscale: #818181. Windows color (decimal): -5215110 or 8023216. OLE color: 8023216.

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

Color convert

RGB 176 108 122 -
CMYK 0 0.39 0.31 0.31
HSL 347.65º 0.3% 0.56% -
HSV(B) 347.65º 0.39% 0.69% -
XYZ 26.78 21.36 21.12 -
YUV 129.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 176 108 122 0 0.39 0.31 0.31 347.65 0.3 0.56
Hex B0 6C 7A 0 27 1F 1F 15C 1E 38
Octal 260 154 172 0 47 37 37 534 36 70
Binary 10110000 1101100 1111010 0 100111 11111 11111 101011100 11110 111000

Color Harmonies of #B06C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C7A

Black with #B06C7A

Text Example


Text Example

White with #B06C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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