Html Css Color HEX #B5838C Tapestry

📋 copy color: '#B5838C'

red 181 ◦ green 131 ◦ blue 140

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

Shades of Tapestry #B5838C

Tints of Tapestry #B5838C

RGB

 RED value IS 181 (71.09% from 255) = 40.04%

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

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

R = 40.04%
G = 28.98%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5838C (or 0xB5838C) is known color: Tapestry. HEX triplet: B5, 83 and 8C. RGB value is (181,131,140). Sum of RGB (Red+Green+Blue) = 181+131+140=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5838C is #4A7C73. Grayscale: #929292. Windows color (decimal): -4881524 or 9208757. OLE color: 9208757.

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

Color convert

RGB 181 131 140 -
CMYK 0 0.28 0.23 0.29
HSL 349.2º 0.25% 0.61% -
HSV(B) 349.2º 0.28% 0.71% -
XYZ 31.91 27.95 28.52 -
YUV 146.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 181 131 140 0 0.28 0.23 0.29 349.2 0.25 0.61
Hex B5 83 8C 0 1C 17 1D 15D 19 3D
Octal 265 203 214 0 34 27 35 535 31 75
Binary 10110101 10000011 10001100 0 11100 10111 11101 101011101 11001 111101

Color Harmonies of #B5838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5838C

Black with #B5838C

Text Example


Text Example

White with #B5838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5838C; }

 p { color: rgb(181,131,140); }

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

background-color css

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

 a { background-color: rgb(181,131,140); }

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

border-color css

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

 span { border-color: rgb(181,131,140); }

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