Html Css Color HEX #B68092 Tapestry

📋 copy color: '#B68092'

red 182 ◦ green 128 ◦ blue 146

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

Shades of Tapestry #B68092

Tints of Tapestry #B68092

RGB

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

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

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

R = 39.91%
G = 28.07%
B = 32.02%

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

#B68092 (or 0xB68092) is known color: Tapestry. HEX triplet: B6, 80 and 92. RGB value is (182,128,146). Sum of RGB (Red+Green+Blue) = 182+128+146=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68092 is #497F6D. Grayscale: #929292. Windows color (decimal): -4816750 or 9601206. OLE color: 9601206.

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

Color convert

RGB 182 128 146 -
CMYK 0 0.30 0.20 0.29
HSL 340º 0.27% 0.61% -
HSV(B) 340º 0.3% 0.71% -
XYZ 32.2 27.46 30.8 -
YUV 146.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 182 128 146 0 0.30 0.20 0.29 340 0.27 0.61
Hex B6 80 92 0 1E 14 1D 154 1B 3D
Octal 266 200 222 0 36 24 35 524 33 75
Binary 10110110 10000000 10010010 0 11110 10100 11101 101010100 11011 111101

Color Harmonies of #B68092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68092

Black with #B68092

Text Example


Text Example

White with #B68092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68092; }

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

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

background-color css

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

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

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

border-color css

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

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

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