Html Css Color HEX #B0677B Tapestry

📋 copy color: '#B0677B'

red 176 ◦ green 103 ◦ blue 123

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

Shades of Tapestry #B0677B

Tints of Tapestry #B0677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 43.78%
G = 25.62%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0677B (or 0xB0677B) is known color: Tapestry. HEX triplet: B0, 67 and 7B. RGB value is (176,103,123). Sum of RGB (Red+Green+Blue) = 176+103+123=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0677B is #4F9884. Grayscale: #7F7F7F. Windows color (decimal): -5216389 or 8087472. OLE color: 8087472.

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

Color convert

RGB 176 103 123 -
CMYK 0 0.41 0.30 0.31
HSL 343.56º 0.32% 0.55% -
HSV(B) 343.56º 0.41% 0.69% -
XYZ 26.33 20.36 21.28 -
YUV 127.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 176 103 123 0 0.41 0.30 0.31 343.56 0.32 0.55
Hex B0 67 7B 0 29 1E 1F 158 20 37
Octal 260 147 173 0 51 36 37 530 40 67
Binary 10110000 1100111 1111011 0 101001 11110 11111 101011000 100000 110111

Color Harmonies of #B0677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0677B

Black with #B0677B

Text Example


Text Example

White with #B0677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0677B; }

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

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

background-color css

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

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

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

border-color css

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

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

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