Html Css Color HEX #B4838A Tapestry

📋 copy color: '#B4838A'

red 180 ◦ green 131 ◦ blue 138

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

Shades of Tapestry #B4838A

Tints of Tapestry #B4838A

RGB

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

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

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

R = 40.09%
G = 29.18%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4838A (or 0xB4838A) is known color: Tapestry. HEX triplet: B4, 83 and 8A. RGB value is (180,131,138). Sum of RGB (Red+Green+Blue) = 180+131+138=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4838A is #4B7C75. Grayscale: #929292. Windows color (decimal): -4947062 or 9077684. OLE color: 9077684.

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

Color convert

RGB 180 131 138 -
CMYK 0 0.27 0.23 0.29
HSL 351.43º 0.25% 0.61% -
HSV(B) 351.43º 0.27% 0.71% -
XYZ 31.53 27.77 27.74 -
YUV 146.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 180 131 138 0 0.27 0.23 0.29 351.43 0.25 0.61
Hex B4 83 8A 0 1B 17 1D 15F 19 3D
Octal 264 203 212 0 33 27 35 537 31 75
Binary 10110100 10000011 10001010 0 11011 10111 11101 101011111 11001 111101

Color Harmonies of #B4838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4838A

Black with #B4838A

Text Example


Text Example

White with #B4838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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