Html Css Color HEX #B0748E Tapestry

📋 copy color: '#B0748E'

red 176 ◦ green 116 ◦ blue 142

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

Shades of Tapestry #B0748E

Tints of Tapestry #B0748E

RGB

 RED value IS 176 (69.14% from 255) = 40.55%

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 40.55%
G = 26.73%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0748E (or 0xB0748E) is known color: Tapestry. HEX triplet: B0, 74 and 8E. RGB value is (176,116,142). Sum of RGB (Red+Green+Blue) = 176+116+142=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0748E is #4F8B71. Grayscale: #888888. Windows color (decimal): -5213042 or 9335984. OLE color: 9335984.

HSL color Cylindrical-coordinate representation of color #B0748E: hue angle of 334º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0748E is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 142 -
CMYK 0 0.34 0.19 0.31
HSL 334º 0.28% 0.57% -
HSV(B) 334º 0.34% 0.69% -
XYZ 29.03 23.67 28.63 -
YUV 136.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 176 116 142 0 0.34 0.19 0.31 334 0.28 0.57
Hex B0 74 8E 0 22 13 1F 14E 1C 39
Octal 260 164 216 0 42 23 37 516 34 71
Binary 10110000 1110100 10001110 0 100010 10011 11111 101001110 11100 111001

Color Harmonies of #B0748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0748E

Black with #B0748E

Text Example


Text Example

White with #B0748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0748E; }

 p { color: rgb(176,116,142); }

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

background-color css

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

 a { background-color: rgb(176,116,142); }

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

border-color css

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

 span { border-color: rgb(176,116,142); }

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