Html Css Color HEX #B38292 Tapestry

📋 copy color: '#B38292'

red 179 ◦ green 130 ◦ blue 146

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

Shades of Tapestry #B38292

Tints of Tapestry #B38292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

 BLUE value IS 146 (57.42% from 255) = 32.09%

R = 39.34%
G = 28.57%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B38292 (or 0xB38292) is known color: Tapestry. HEX triplet: B3, 82 and 92. RGB value is (179,130,146). Sum of RGB (Red+Green+Blue) = 179+130+146=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38292 is #4C7D6D. Grayscale: #929292. Windows color (decimal): -5012846 or 9601715. OLE color: 9601715.

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

Color convert

RGB 179 130 146 -
CMYK 0 0.27 0.18 0.30
HSL 340.41º 0.24% 0.61% -
HSV(B) 340.41º 0.27% 0.7% -
XYZ 31.76 27.62 30.85 -
YUV 146.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 179 130 146 0 0.27 0.18 0.30 340.41 0.24 0.61
Hex B3 82 92 0 1B 12 1E 154 18 3D
Octal 263 202 222 0 33 22 36 524 30 75
Binary 10110011 10000010 10010010 0 11011 10010 11110 101010100 11000 111101

Color Harmonies of #B38292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38292

Black with #B38292

Text Example


Text Example

White with #B38292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38292; }

 p { color: rgb(179,130,146); }

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

background-color css

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

 a { background-color: rgb(179,130,146); }

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

border-color css

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

 span { border-color: rgb(179,130,146); }

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