Html Css Color HEX #B8748A Tapestry

📋 copy color: '#B8748A'

red 184 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #B8748A

Tints of Tapestry #B8748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 42.01%
G = 26.48%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8748A (or 0xB8748A) is known color: Tapestry. HEX triplet: B8, 74 and 8A. RGB value is (184,116,138). Sum of RGB (Red+Green+Blue) = 184+116+138=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8748A is #478B75. Grayscale: #8A8A8A. Windows color (decimal): -4688758 or 9073848. OLE color: 9073848.

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

Color convert

RGB 184 116 138 -
CMYK 0 0.37 0.25 0.28
HSL 340.59º 0.32% 0.59% -
HSV(B) 340.59º 0.37% 0.72% -
XYZ 30.6 24.52 27.16 -
YUV 138.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 184 116 138 0 0.37 0.25 0.28 340.59 0.32 0.59
Hex B8 74 8A 0 25 19 1C 155 20 3B
Octal 270 164 212 0 45 31 34 525 40 73
Binary 10111000 1110100 10001010 0 100101 11001 11100 101010101 100000 111011

Color Harmonies of #B8748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8748A

Black with #B8748A

Text Example


Text Example

White with #B8748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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