Html Css Color HEX #B68091 Tapestry

📋 copy color: '#B68091'

red 182 ◦ green 128 ◦ blue 145

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

Shades of Tapestry #B68091

Tints of Tapestry #B68091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.13%

 BLUE value IS 145 (57.03% from 255) = 31.87%

R = 40%
G = 28.13%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B68091 (or 0xB68091) is known color: Tapestry. HEX triplet: B6, 80 and 91. RGB value is (182,128,145). Sum of RGB (Red+Green+Blue) = 182+128+145=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B68091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68091 is #497F6E. Grayscale: #929292. Windows color (decimal): -4816751 or 9535670. OLE color: 9535670.

HSL color Cylindrical-coordinate representation of color #B68091: hue angle of 341.11º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B68091 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 145 -
CMYK 0 0.30 0.20 0.29
HSL 341.11º 0.27% 0.61% -
HSV(B) 341.11º 0.3% 0.71% -
XYZ 32.12 27.43 30.39 -
YUV 146.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 182 128 145 0 0.30 0.20 0.29 341.11 0.27 0.61
Hex B6 80 91 0 1E 14 1D 155 1B 3D
Octal 266 200 221 0 36 24 35 525 33 75
Binary 10110110 10000000 10010001 0 11110 10100 11101 101010101 11011 111101

Color Harmonies of #B68091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68091

Black with #B68091

Text Example


Text Example

White with #B68091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68091; }

 p { color: rgb(182,128,145); }

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

background-color css

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

 a { background-color: rgb(182,128,145); }

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

border-color css

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

 span { border-color: rgb(182,128,145); }

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