Html Css Color HEX #B8838E Tapestry

📋 copy color: '#B8838E'

red 184 ◦ green 131 ◦ blue 142

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

Shades of Tapestry #B8838E

Tints of Tapestry #B8838E

RGB

 RED value IS 184 (72.27% from 255) = 40.26%

 GREEN value IS 131 (51.56% from 255) = 28.67%

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 40.26%
G = 28.67%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8838E (or 0xB8838E) is known color: Tapestry. HEX triplet: B8, 83 and 8E. RGB value is (184,131,142). Sum of RGB (Red+Green+Blue) = 184+131+142=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B8838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8838E is #477C71. Grayscale: #949494. Windows color (decimal): -4684914 or 9339832. OLE color: 9339832.

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

Color convert

RGB 184 131 142 -
CMYK 0 0.29 0.23 0.28
HSL 347.55º 0.27% 0.62% -
HSV(B) 347.55º 0.29% 0.72% -
XYZ 32.77 28.38 29.34 -
YUV 148.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 184 131 142 0 0.29 0.23 0.28 347.55 0.27 0.62
Hex B8 83 8E 0 1D 17 1C 15C 1B 3E
Octal 270 203 216 0 35 27 34 534 33 76
Binary 10111000 10000011 10001110 0 11101 10111 11100 101011100 11011 111110

Color Harmonies of #B8838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8838E

Black with #B8838E

Text Example


Text Example

White with #B8838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8838E; }

 p { color: rgb(184,131,142); }

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

background-color css

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

 a { background-color: rgb(184,131,142); }

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

border-color css

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

 span { border-color: rgb(184,131,142); }

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