Html Css Color HEX #B0678C Tapestry

📋 copy color: '#B0678C'

red 176 ◦ green 103 ◦ blue 140

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

Shades of Tapestry #B0678C

Tints of Tapestry #B0678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.58%

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

R = 42%
G = 24.58%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0678C (or 0xB0678C) is known color: Tapestry. HEX triplet: B0, 67 and 8C. RGB value is (176,103,140). Sum of RGB (Red+Green+Blue) = 176+103+140=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0678C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0678C is #4F9873. Grayscale: #808080. Windows color (decimal): -5216372 or 9201584. OLE color: 9201584.

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

Color convert

RGB 176 103 140 -
CMYK 0 0.41 0.20 0.31
HSL 329.59º 0.32% 0.55% -
HSV(B) 329.59º 0.41% 0.69% -
XYZ 27.49 20.82 27.38 -
YUV 129.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 176 103 140 0 0.41 0.20 0.31 329.59 0.32 0.55
Hex B0 67 8C 0 29 14 1F 14A 20 37
Octal 260 147 214 0 51 24 37 512 40 67
Binary 10110000 1100111 10001100 0 101001 10100 11111 101001010 100000 110111

Color Harmonies of #B0678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0678C

Black with #B0678C

Text Example


Text Example

White with #B0678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0678C; }

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

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

background-color css

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

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

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

border-color css

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

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

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