Html Css Color HEX #B0748F Tapestry

📋 copy color: '#B0748F'

red 176 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #B0748F

Tints of Tapestry #B0748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.87%

R = 40.46%
G = 26.67%
B = 32.87%

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

#B0748F (or 0xB0748F) is known color: Tapestry. HEX triplet: B0, 74 and 8F. RGB value is (176,116,143). Sum of RGB (Red+Green+Blue) = 176+116+143=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0748F is #4F8B70. Grayscale: #888888. Windows color (decimal): -5213041 or 9401520. OLE color: 9401520.

HSL color Cylindrical-coordinate representation of color #B0748F: hue angle of 333º 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 #B0748F is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 143 -
CMYK 0 0.34 0.19 0.31
HSL 333º 0.28% 0.57% -
HSV(B) 333º 0.34% 0.69% -
XYZ 29.11 23.7 29.03 -
YUV 137.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 176 116 143 0 0.34 0.19 0.31 333 0.28 0.57
Hex B0 74 8F 0 22 13 1F 14D 1C 39
Octal 260 164 217 0 42 23 37 515 34 71
Binary 10110000 1110100 10001111 0 100010 10011 11111 101001101 11100 111001

Color Harmonies of #B0748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0748F

Black with #B0748F

Text Example


Text Example

White with #B0748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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