Html Css Color HEX #B2737D Tapestry

📋 copy color: '#B2737D'

red 178 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #B2737D

Tints of Tapestry #B2737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 42.58%
G = 27.51%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2737D (or 0xB2737D) is known color: Tapestry. HEX triplet: B2, 73 and 7D. RGB value is (178,115,125). Sum of RGB (Red+Green+Blue) = 178+115+125=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2737D is #4D8C82. Grayscale: #878787. Windows color (decimal): -5082243 or 8221618. OLE color: 8221618.

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

Color convert

RGB 178 115 125 -
CMYK 0 0.35 0.30 0.30
HSL 350.48º 0.29% 0.57% -
HSV(B) 350.48º 0.35% 0.7% -
XYZ 28.19 23.21 22.4 -
YUV 134.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 178 115 125 0 0.35 0.30 0.30 350.48 0.29 0.57
Hex B2 73 7D 0 23 1E 1E 15E 1D 39
Octal 262 163 175 0 43 36 36 536 35 71
Binary 10110010 1110011 1111101 0 100011 11110 11110 101011110 11101 111001

Color Harmonies of #B2737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2737D

Black with #B2737D

Text Example


Text Example

White with #B2737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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