Html Css Color HEX #B68289 Tapestry

📋 copy color: '#B68289'

red 182 ◦ green 130 ◦ blue 137

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

Shades of Tapestry #B68289

Tints of Tapestry #B68289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 40.53%
G = 28.95%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B68289 (or 0xB68289) is known color: Tapestry. HEX triplet: B6, 82 and 89. RGB value is (182,130,137). Sum of RGB (Red+Green+Blue) = 182+130+137=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B68289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68289 is #497D76. Grayscale: #929292. Windows color (decimal): -4816247 or 9011894. OLE color: 9011894.

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

Color convert

RGB 182 130 137 -
CMYK 0 0.29 0.25 0.29
HSL 351.92º 0.26% 0.61% -
HSV(B) 351.92º 0.29% 0.71% -
XYZ 31.79 27.72 27.34 -
YUV 146.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 182 130 137 0 0.29 0.25 0.29 351.92 0.26 0.61
Hex B6 82 89 0 1D 19 1D 160 1A 3D
Octal 266 202 211 0 35 31 35 540 32 75
Binary 10110110 10000010 10001001 0 11101 11001 11101 101100000 11010 111101

Color Harmonies of #B68289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68289

Black with #B68289

Text Example


Text Example

White with #B68289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68289; }

 p { color: rgb(182,130,137); }

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

background-color css

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

 a { background-color: rgb(182,130,137); }

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

border-color css

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

 span { border-color: rgb(182,130,137); }

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