Html Css Color HEX #B4677D Tapestry

📋 copy color: '#B4677D'

red 180 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #B4677D

Tints of Tapestry #B4677D

RGB

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

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

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

R = 44.12%
G = 25.25%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4677D (or 0xB4677D) is known color: Tapestry. HEX triplet: B4, 67 and 7D. RGB value is (180,103,125). Sum of RGB (Red+Green+Blue) = 180+103+125=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4677D is #4B9882. Grayscale: #808080. Windows color (decimal): -4954243 or 8218548. OLE color: 8218548.

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

Color convert

RGB 180 103 125 -
CMYK 0 0.43 0.31 0.29
HSL 342.86º 0.34% 0.55% -
HSV(B) 342.86º 0.43% 0.71% -
XYZ 27.37 20.88 21.99 -
YUV 128.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 180 103 125 0 0.43 0.31 0.29 342.86 0.34 0.55
Hex B4 67 7D 0 2B 1F 1D 157 22 37
Octal 264 147 175 0 53 37 35 527 42 67
Binary 10110100 1100111 1111101 0 101011 11111 11101 101010111 100010 110111

Color Harmonies of #B4677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4677D

Black with #B4677D

Text Example


Text Example

White with #B4677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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