Html Css Color HEX #B4677A Tapestry

📋 copy color: '#B4677A'

red 180 ◦ green 103 ◦ blue 122

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

Shades of Tapestry #B4677A

Tints of Tapestry #B4677A

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

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

R = 44.44%
G = 25.43%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4677A (or 0xB4677A) is known color: Tapestry. HEX triplet: B4, 67 and 7A. RGB value is (180,103,122). Sum of RGB (Red+Green+Blue) = 180+103+122=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4677A is #4B9885. Grayscale: #808080. Windows color (decimal): -4954246 or 8021940. OLE color: 8021940.

HSL color Cylindrical-coordinate representation of color #B4677A: hue angle of 345.19º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4677A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 122 -
CMYK 0 0.43 0.32 0.29
HSL 345.19º 0.34% 0.55% -
HSV(B) 345.19º 0.43% 0.71% -
XYZ 27.19 20.81 21 -
YUV 128.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 180 103 122 0 0.43 0.32 0.29 345.19 0.34 0.55
Hex B4 67 7A 0 2B 20 1D 159 22 37
Octal 264 147 172 0 53 40 35 531 42 67
Binary 10110100 1100111 1111010 0 101011 100000 11101 101011001 100010 110111

Color Harmonies of #B4677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4677A

Black with #B4677A

Text Example


Text Example

White with #B4677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4677A; }

 p { color: rgb(180,103,122); }

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

background-color css

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

 a { background-color: rgb(180,103,122); }

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

border-color css

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

 span { border-color: rgb(180,103,122); }

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