Html Css Color HEX #B4678A Tapestry

📋 copy color: '#B4678A'

red 180 ◦ green 103 ◦ blue 138

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

Shades of Tapestry #B4678A

Tints of Tapestry #B4678A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 42.76%
G = 24.47%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4678A (or 0xB4678A) is known color: Tapestry. HEX triplet: B4, 67 and 8A. RGB value is (180,103,138). Sum of RGB (Red+Green+Blue) = 180+103+138=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4678A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4678A is #4B9875. Grayscale: #818181. Windows color (decimal): -4954230 or 9070516. OLE color: 9070516.

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

Color convert

RGB 180 103 138 -
CMYK 0 0.43 0.23 0.29
HSL 332.73º 0.34% 0.55% -
HSV(B) 332.73º 0.43% 0.71% -
XYZ 28.26 21.24 26.65 -
YUV 130.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 180 103 138 0 0.43 0.23 0.29 332.73 0.34 0.55
Hex B4 67 8A 0 2B 17 1D 14D 22 37
Octal 264 147 212 0 53 27 35 515 42 67
Binary 10110100 1100111 10001010 0 101011 10111 11101 101001101 100010 110111

Color Harmonies of #B4678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4678A

Black with #B4678A

Text Example


Text Example

White with #B4678A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4678A; }

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

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

background-color css

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

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

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

border-color css

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

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

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