Html Css Color HEX #B0738A Tapestry

📋 copy color: '#B0738A'

red 176 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #B0738A

Tints of Tapestry #B0738A

RGB

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

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

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

R = 41.03%
G = 26.81%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0738A (or 0xB0738A) is known color: Tapestry. HEX triplet: B0, 73 and 8A. RGB value is (176,115,138). Sum of RGB (Red+Green+Blue) = 176+115+138=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0738A is #4F8C75. Grayscale: #878787. Windows color (decimal): -5213302 or 9073584. OLE color: 9073584.

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

Color convert

RGB 176 115 138 -
CMYK 0 0.35 0.22 0.31
HSL 337.38º 0.28% 0.57% -
HSV(B) 337.38º 0.35% 0.69% -
XYZ 28.62 23.33 27.04 -
YUV 135.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 176 115 138 0 0.35 0.22 0.31 337.38 0.28 0.57
Hex B0 73 8A 0 23 16 1F 151 1C 39
Octal 260 163 212 0 43 26 37 521 34 71
Binary 10110000 1110011 10001010 0 100011 10110 11111 101010001 11100 111001

Color Harmonies of #B0738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0738A

Black with #B0738A

Text Example


Text Example

White with #B0738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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