Html Css Color HEX #B0738B Tapestry

📋 copy color: '#B0738B'

red 176 ◦ green 115 ◦ blue 139

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

Shades of Tapestry #B0738B

Tints of Tapestry #B0738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 40.93%
G = 26.74%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0738B (or 0xB0738B) is known color: Tapestry. HEX triplet: B0, 73 and 8B. RGB value is (176,115,139). Sum of RGB (Red+Green+Blue) = 176+115+139=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0738B is #4F8C74. Grayscale: #878787. Windows color (decimal): -5213301 or 9139120. OLE color: 9139120.

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

Color convert

RGB 176 115 139 -
CMYK 0 0.35 0.21 0.31
HSL 336.39º 0.28% 0.57% -
HSV(B) 336.39º 0.35% 0.69% -
XYZ 28.7 23.36 27.42 -
YUV 135.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 176 115 139 0 0.35 0.21 0.31 336.39 0.28 0.57
Hex B0 73 8B 0 23 15 1F 150 1C 39
Octal 260 163 213 0 43 25 37 520 34 71
Binary 10110000 1110011 10001011 0 100011 10101 11111 101010000 11100 111001

Color Harmonies of #B0738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0738B

Black with #B0738B

Text Example


Text Example

White with #B0738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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