Html Css Color HEX #B8768A Tapestry

📋 copy color: '#B8768A'

red 184 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #B8768A

Tints of Tapestry #B8768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

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

R = 41.82%
G = 26.82%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8768A (or 0xB8768A) is known color: Tapestry. HEX triplet: B8, 76 and 8A. RGB value is (184,118,138). Sum of RGB (Red+Green+Blue) = 184+118+138=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768A is #478975. Grayscale: #8C8C8C. Windows color (decimal): -4688246 or 9074360. OLE color: 9074360.

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

Color convert

RGB 184 118 138 -
CMYK 0 0.36 0.25 0.28
HSL 341.82º 0.32% 0.59% -
HSV(B) 341.82º 0.36% 0.72% -
XYZ 30.83 24.98 27.24 -
YUV 140.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 184 118 138 0 0.36 0.25 0.28 341.82 0.32 0.59
Hex B8 76 8A 0 24 19 1C 156 20 3B
Octal 270 166 212 0 44 31 34 526 40 73
Binary 10111000 1110110 10001010 0 100100 11001 11100 101010110 100000 111011

Color Harmonies of #B8768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8768A

Black with #B8768A

Text Example


Text Example

White with #B8768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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