Html Css Color HEX #B0677D Tapestry

📋 copy color: '#B0677D'

red 176 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #B0677D

Tints of Tapestry #B0677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 43.56%
G = 25.5%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0677D (or 0xB0677D) is known color: Tapestry. HEX triplet: B0, 67 and 7D. RGB value is (176,103,125). Sum of RGB (Red+Green+Blue) = 176+103+125=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677D is #4F9882. Grayscale: #7F7F7F. Windows color (decimal): -5216387 or 8218544. OLE color: 8218544.

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

Color convert

RGB 176 103 125 -
CMYK 0 0.41 0.29 0.31
HSL 341.92º 0.32% 0.55% -
HSV(B) 341.92º 0.41% 0.69% -
XYZ 26.46 20.41 21.95 -
YUV 127.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 176 103 125 0 0.41 0.29 0.31 341.92 0.32 0.55
Hex B0 67 7D 0 29 1D 1F 156 20 37
Octal 260 147 175 0 51 35 37 526 40 67
Binary 10110000 1100111 1111101 0 101001 11101 11111 101010110 100000 110111

Color Harmonies of #B0677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0677D

Black with #B0677D

Text Example


Text Example

White with #B0677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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