Html Css Color HEX #B6737B Tapestry

📋 copy color: '#B6737B'

red 182 ◦ green 115 ◦ blue 123

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

Shades of Tapestry #B6737B

Tints of Tapestry #B6737B

RGB

 RED value IS 182 (71.48% from 255) = 43.33%

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

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 43.33%
G = 27.38%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6737B (or 0xB6737B) is known color: Tapestry. HEX triplet: B6, 73 and 7B. RGB value is (182,115,123). Sum of RGB (Red+Green+Blue) = 182+115+123=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6737B is #498C84. Grayscale: #878787. Windows color (decimal): -4820101 or 8090550. OLE color: 8090550.

HSL color Cylindrical-coordinate representation of color #B6737B: hue angle of 352.84º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6737B is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 123 -
CMYK 0 0.37 0.32 0.29
HSL 352.84º 0.31% 0.58% -
HSV(B) 352.84º 0.37% 0.71% -
XYZ 29 23.64 21.77 -
YUV 135.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 182 115 123 0 0.37 0.32 0.29 352.84 0.31 0.58
Hex B6 73 7B 0 25 20 1D 161 1F 3A
Octal 266 163 173 0 45 40 35 541 37 72
Binary 10110110 1110011 1111011 0 100101 100000 11101 101100001 11111 111010

Color Harmonies of #B6737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6737B

Black with #B6737B

Text Example


Text Example

White with #B6737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6737B; }

 p { color: rgb(182,115,123); }

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

background-color css

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

 a { background-color: rgb(182,115,123); }

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

border-color css

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

 span { border-color: rgb(182,115,123); }

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