Html Css Color HEX #B37A8A Tapestry

📋 copy color: '#B37A8A'

red 179 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #B37A8A

Tints of Tapestry #B37A8A

RGB

 RED value IS 179 (70.31% from 255) = 40.77%

 GREEN value IS 122 (48.05% from 255) = 27.79%

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

R = 40.77%
G = 27.79%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B37A8A (or 0xB37A8A) is known color: Tapestry. HEX triplet: B3, 7A and 8A. RGB value is (179,122,138). Sum of RGB (Red+Green+Blue) = 179+122+138=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37A8A is #4C8575. Grayscale: #8C8C8C. Windows color (decimal): -5014902 or 9075379. OLE color: 9075379.

HSL color Cylindrical-coordinate representation of color #B37A8A: hue angle of 343.16º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37A8A is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 122 138 -
CMYK 0 0.32 0.23 0.30
HSL 343.16º 0.27% 0.59% -
HSV(B) 343.16º 0.32% 0.7% -
XYZ 30.14 25.34 27.35 -
YUV 140.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 179 122 138 0 0.32 0.23 0.30 343.16 0.27 0.59
Hex B3 7A 8A 0 20 17 1E 157 1B 3B
Octal 263 172 212 0 40 27 36 527 33 73
Binary 10110011 1111010 10001010 0 100000 10111 11110 101010111 11011 111011

Color Harmonies of #B37A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A8A

Black with #B37A8A

Text Example


Text Example

White with #B37A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A8A; }

 p { color: rgb(179,122,138); }

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

background-color css

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

 a { background-color: rgb(179,122,138); }

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

border-color css

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

 span { border-color: rgb(179,122,138); }

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