Html Css Color HEX #B0738D Tapestry

📋 copy color: '#B0738D'

red 176 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #B0738D

Tints of Tapestry #B0738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 40.74%
G = 26.62%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0738D (or 0xB0738D) is known color: Tapestry. HEX triplet: B0, 73 and 8D. RGB value is (176,115,141). Sum of RGB (Red+Green+Blue) = 176+115+141=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0738D is #4F8C72. Grayscale: #888888. Windows color (decimal): -5213299 or 9270192. OLE color: 9270192.

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

Color convert

RGB 176 115 141 -
CMYK 0 0.35 0.20 0.31
HSL 334.43º 0.28% 0.57% -
HSV(B) 334.43º 0.35% 0.69% -
XYZ 28.84 23.41 28.2 -
YUV 136.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 176 115 141 0 0.35 0.20 0.31 334.43 0.28 0.57
Hex B0 73 8D 0 23 14 1F 14E 1C 39
Octal 260 163 215 0 43 24 37 516 34 71
Binary 10110000 1110011 10001101 0 100011 10100 11111 101001110 11100 111001

Color Harmonies of #B0738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0738D

Black with #B0738D

Text Example


Text Example

White with #B0738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0738D; }

 p { color: rgb(176,115,141); }

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

background-color css

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

 a { background-color: rgb(176,115,141); }

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

border-color css

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

 span { border-color: rgb(176,115,141); }

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