Html Css Color HEX #B4818A Tapestry

📋 copy color: '#B4818A'

red 180 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #B4818A

Tints of Tapestry #B4818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 40.27%
G = 28.86%
B = 30.87%

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

#B4818A (or 0xB4818A) is known color: Tapestry. HEX triplet: B4, 81 and 8A. RGB value is (180,129,138). Sum of RGB (Red+Green+Blue) = 180+129+138=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4818A is #4B7E75. Grayscale: #919191. Windows color (decimal): -4947574 or 9077172. OLE color: 9077172.

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

Color convert

RGB 180 129 138 -
CMYK 0 0.28 0.23 0.29
HSL 349.41º 0.25% 0.61% -
HSV(B) 349.41º 0.28% 0.71% -
XYZ 31.26 27.24 27.65 -
YUV 145.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 180 129 138 0 0.28 0.23 0.29 349.41 0.25 0.61
Hex B4 81 8A 0 1C 17 1D 15D 19 3D
Octal 264 201 212 0 34 27 35 535 31 75
Binary 10110100 10000001 10001010 0 11100 10111 11101 101011101 11001 111101

Color Harmonies of #B4818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4818A

Black with #B4818A

Text Example


Text Example

White with #B4818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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