Html Css Color HEX #B08592 Tapestry

📋 copy color: '#B08592'

red 176 ◦ green 133 ◦ blue 146

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

Shades of Tapestry #B08592

Tints of Tapestry #B08592

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

 GREEN value IS 133 (52.34% from 255) = 29.23%

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

R = 38.68%
G = 29.23%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B08592 (or 0xB08592) is known color: Tapestry. HEX triplet: B0, 85 and 92. RGB value is (176,133,146). Sum of RGB (Red+Green+Blue) = 176+133+146=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08592 is #4F7A6D. Grayscale: #939393. Windows color (decimal): -5208686 or 9602480. OLE color: 9602480.

HSL color Cylindrical-coordinate representation of color #B08592: hue angle of 341.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08592 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 133 146 -
CMYK 0 0.24 0.17 0.31
HSL 341.86º 0.21% 0.61% -
HSV(B) 341.86º 0.24% 0.69% -
XYZ 31.48 28.08 30.96 -
YUV 147.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 176 133 146 0 0.24 0.17 0.31 341.86 0.21 0.61
Hex B0 85 92 0 18 11 1F 156 15 3D
Octal 260 205 222 0 30 21 37 526 25 75
Binary 10110000 10000101 10010010 0 11000 10001 11111 101010110 10101 111101

Color Harmonies of #B08592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08592

Black with #B08592

Text Example


Text Example

White with #B08592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08592; }

 p { color: rgb(176,133,146); }

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

background-color css

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

 a { background-color: rgb(176,133,146); }

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

border-color css

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

 span { border-color: rgb(176,133,146); }

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