Html Css Color HEX #B68093 Tapestry

📋 copy color: '#B68093'

red 182 ◦ green 128 ◦ blue 147

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

Shades of Tapestry #B68093

Tints of Tapestry #B68093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 39.82%
G = 28.01%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B68093 (or 0xB68093) is known color: Tapestry. HEX triplet: B6, 80 and 93. RGB value is (182,128,147). Sum of RGB (Red+Green+Blue) = 182+128+147=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B68093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68093 is #497F6C. Grayscale: #929292. Windows color (decimal): -4816749 or 9666742. OLE color: 9666742.

HSL color Cylindrical-coordinate representation of color #B68093: hue angle of 338.89º 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 #B68093 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 147 -
CMYK 0 0.30 0.19 0.29
HSL 338.89º 0.27% 0.61% -
HSV(B) 338.89º 0.3% 0.71% -
XYZ 32.28 27.49 31.21 -
YUV 146.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 182 128 147 0 0.30 0.19 0.29 338.89 0.27 0.61
Hex B6 80 93 0 1E 13 1D 153 1B 3D
Octal 266 200 223 0 36 23 35 523 33 75
Binary 10110110 10000000 10010011 0 11110 10011 11101 101010011 11011 111101

Color Harmonies of #B68093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68093

Black with #B68093

Text Example


Text Example

White with #B68093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68093; }

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

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

background-color css

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

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

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

border-color css

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

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

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