Html Css Color HEX #B2738D Tapestry

📋 copy color: '#B2738D'

red 178 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #B2738D

Tints of Tapestry #B2738D

RGB

 RED value IS 178 (69.92% from 255) = 41.01%

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

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

R = 41.01%
G = 26.5%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2738D (or 0xB2738D) is known color: Tapestry. HEX triplet: B2, 73 and 8D. RGB value is (178,115,141). Sum of RGB (Red+Green+Blue) = 178+115+141=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2738D is #4D8C72. Grayscale: #888888. Windows color (decimal): -5082227 or 9270194. OLE color: 9270194.

HSL color Cylindrical-coordinate representation of color #B2738D: hue angle of 335.24º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2738D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 141 -
CMYK 0 0.35 0.21 0.30
HSL 335.24º 0.29% 0.57% -
HSV(B) 335.24º 0.35% 0.7% -
XYZ 29.3 23.65 28.22 -
YUV 136.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 178 115 141 0 0.35 0.21 0.30 335.24 0.29 0.57
Hex B2 73 8D 0 23 15 1E 14F 1D 39
Octal 262 163 215 0 43 25 36 517 35 71
Binary 10110010 1110011 10001101 0 100011 10101 11110 101001111 11101 111001

Color Harmonies of #B2738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2738D

Black with #B2738D

Text Example


Text Example

White with #B2738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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