Html Css Color HEX #B4868A Tapestry

📋 copy color: '#B4868A'

red 180 ◦ green 134 ◦ blue 138

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

Shades of Tapestry #B4868A

Tints of Tapestry #B4868A

RGB

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

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

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

R = 39.82%
G = 29.65%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4868A (or 0xB4868A) is known color: Tapestry. HEX triplet: B4, 86 and 8A. RGB value is (180,134,138). Sum of RGB (Red+Green+Blue) = 180+134+138=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4868A is #4B7975. Grayscale: #949494. Windows color (decimal): -4946294 or 9078452. OLE color: 9078452.

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

Color convert

RGB 180 134 138 -
CMYK 0 0.26 0.23 0.29
HSL 354.78º 0.23% 0.62% -
HSV(B) 354.78º 0.26% 0.71% -
XYZ 31.93 28.59 27.88 -
YUV 148.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 180 134 138 0 0.26 0.23 0.29 354.78 0.23 0.62
Hex B4 86 8A 0 1A 17 1D 163 17 3E
Octal 264 206 212 0 32 27 35 543 27 76
Binary 10110100 10000110 10001010 0 11010 10111 11101 101100011 10111 111110

Color Harmonies of #B4868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4868A

Black with #B4868A

Text Example


Text Example

White with #B4868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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