Html Css Color HEX #B68189 Tapestry

📋 copy color: '#B68189'

red 182 ◦ green 129 ◦ blue 137

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

Shades of Tapestry #B68189

Tints of Tapestry #B68189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 40.63%
G = 28.79%
B = 30.58%

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

#B68189 (or 0xB68189) is known color: Tapestry. HEX triplet: B6, 81 and 89. RGB value is (182,129,137). Sum of RGB (Red+Green+Blue) = 182+129+137=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68189 is #497E76. Grayscale: #919191. Windows color (decimal): -4816503 or 9011638. OLE color: 9011638.

HSL color Cylindrical-coordinate representation of color #B68189: hue angle of 350.94º degrees, saturation: 0.27, 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 #B68189 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 129 137 -
CMYK 0 0.29 0.25 0.29
HSL 350.94º 0.27% 0.61% -
HSV(B) 350.94º 0.29% 0.71% -
XYZ 31.66 27.45 27.3 -
YUV 145.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 182 129 137 0 0.29 0.25 0.29 350.94 0.27 0.61
Hex B6 81 89 0 1D 19 1D 15F 1B 3D
Octal 266 201 211 0 35 31 35 537 33 75
Binary 10110110 10000001 10001001 0 11101 11001 11101 101011111 11011 111101

Color Harmonies of #B68189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68189

Black with #B68189

Text Example


Text Example

White with #B68189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68189; }

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

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

background-color css

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

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

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

border-color css

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

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

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