Html Css Color HEX #B06C8C Tapestry

📋 copy color: '#B06C8C'

red 176 ◦ green 108 ◦ blue 140

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

Shades of Tapestry #B06C8C

Tints of Tapestry #B06C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 41.51%
G = 25.47%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B06C8C (or 0xB06C8C) is known color: Tapestry. HEX triplet: B0, 6C and 8C. RGB value is (176,108,140). Sum of RGB (Red+Green+Blue) = 176+108+140=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C8C is #4F9373. Grayscale: #838383. Windows color (decimal): -5215092 or 9202864. OLE color: 9202864.

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

Color convert

RGB 176 108 140 -
CMYK 0 0.39 0.20 0.31
HSL 331.76º 0.3% 0.56% -
HSV(B) 331.76º 0.39% 0.69% -
XYZ 28 21.85 27.55 -
YUV 131.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 176 108 140 0 0.39 0.20 0.31 331.76 0.3 0.56
Hex B0 6C 8C 0 27 14 1F 14C 1E 38
Octal 260 154 214 0 47 24 37 514 36 70
Binary 10110000 1101100 10001100 0 100111 10100 11111 101001100 11110 111000

Color Harmonies of #B06C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C8C

Black with #B06C8C

Text Example


Text Example

White with #B06C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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