Html Css Color HEX #B8778A Tapestry

📋 copy color: '#B8778A'

red 184 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #B8778A

Tints of Tapestry #B8778A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.98%

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

R = 41.72%
G = 26.98%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8778A (or 0xB8778A) is known color: Tapestry. HEX triplet: B8, 77 and 8A. RGB value is (184,119,138). Sum of RGB (Red+Green+Blue) = 184+119+138=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8778A is #478875. Grayscale: #8C8C8C. Windows color (decimal): -4687990 or 9074616. OLE color: 9074616.

HSL color Cylindrical-coordinate representation of color #B8778A: hue angle of 342.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8778A is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 119 138 -
CMYK 0 0.35 0.25 0.28
HSL 342.46º 0.31% 0.59% -
HSV(B) 342.46º 0.35% 0.72% -
XYZ 30.95 25.22 27.28 -
YUV 140.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 184 119 138 0 0.35 0.25 0.28 342.46 0.31 0.59
Hex B8 77 8A 0 23 19 1C 156 1F 3B
Octal 270 167 212 0 43 31 34 526 37 73
Binary 10111000 1110111 10001010 0 100011 11001 11100 101010110 11111 111011

Color Harmonies of #B8778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8778A

Black with #B8778A

Text Example


Text Example

White with #B8778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8778A; }

 p { color: rgb(184,119,138); }

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

background-color css

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

 a { background-color: rgb(184,119,138); }

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

border-color css

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

 span { border-color: rgb(184,119,138); }

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