Html Css Color HEX #B4858C Tapestry

📋 copy color: '#B4858C'

red 180 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #B4858C

Tints of Tapestry #B4858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

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

R = 39.74%
G = 29.36%
B = 30.91%

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

#B4858C (or 0xB4858C) is known color: Tapestry. HEX triplet: B4, 85 and 8C. RGB value is (180,133,140). Sum of RGB (Red+Green+Blue) = 180+133+140=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4858C is #4B7A73. Grayscale: #939393. Windows color (decimal): -4946548 or 9209268. OLE color: 9209268.

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

Color convert

RGB 180 133 140 -
CMYK 0 0.26 0.22 0.29
HSL 351.06º 0.24% 0.61% -
HSV(B) 351.06º 0.26% 0.71% -
XYZ 31.94 28.37 28.6 -
YUV 147.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 180 133 140 0 0.26 0.22 0.29 351.06 0.24 0.61
Hex B4 85 8C 0 1A 16 1D 15F 18 3D
Octal 264 205 214 0 32 26 35 537 30 75
Binary 10110100 10000101 10001100 0 11010 10110 11101 101011111 11000 111101

Color Harmonies of #B4858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4858C

Black with #B4858C

Text Example


Text Example

White with #B4858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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