Html Css Color HEX #B4868C Tapestry

📋 copy color: '#B4868C'

red 180 ◦ green 134 ◦ blue 140

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

Shades of Tapestry #B4868C

Tints of Tapestry #B4868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 140 (55.08% from 255) = 30.84%

R = 39.65%
G = 29.52%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4868C (or 0xB4868C) is known color: Tapestry. HEX triplet: B4, 86 and 8C. RGB value is (180,134,140). Sum of RGB (Red+Green+Blue) = 180+134+140=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4868C is #4B7973. Grayscale: #949494. Windows color (decimal): -4946292 or 9209524. OLE color: 9209524.

HSL color Cylindrical-coordinate representation of color #B4868C: hue angle of 352.17º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4868C is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 140 -
CMYK 0 0.26 0.22 0.29
HSL 352.17º 0.23% 0.62% -
HSV(B) 352.17º 0.26% 0.71% -
XYZ 32.08 28.65 28.65 -
YUV 148.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 180 134 140 0 0.26 0.22 0.29 352.17 0.23 0.62
Hex B4 86 8C 0 1A 16 1D 160 17 3E
Octal 264 206 214 0 32 26 35 540 27 76
Binary 10110100 10000110 10001100 0 11010 10110 11101 101100000 10111 111110

Color Harmonies of #B4868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4868C

Black with #B4868C

Text Example


Text Example

White with #B4868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4868C; }

 p { color: rgb(180,134,140); }

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

background-color css

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

 a { background-color: rgb(180,134,140); }

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

border-color css

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

 span { border-color: rgb(180,134,140); }

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