Html Css Color HEX #B68588 Tapestry

📋 copy color: '#B68588'

red 182 ◦ green 133 ◦ blue 136

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

Shades of Tapestry #B68588

Tints of Tapestry #B68588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 40.35%
G = 29.49%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B68588 (or 0xB68588) is known color: Tapestry. HEX triplet: B6, 85 and 88. RGB value is (182,133,136). Sum of RGB (Red+Green+Blue) = 182+133+136=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B68588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68588 is #497A77. Grayscale: #949494. Windows color (decimal): -4815480 or 8947126. OLE color: 8947126.

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

Color convert

RGB 182 133 136 -
CMYK 0 0.27 0.25 0.29
HSL 356.33º 0.25% 0.62% -
HSV(B) 356.33º 0.27% 0.71% -
XYZ 32.12 28.5 27.1 -
YUV 147.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 182 133 136 0 0.27 0.25 0.29 356.33 0.25 0.62
Hex B6 85 88 0 1B 19 1D 164 19 3E
Octal 266 205 210 0 33 31 35 544 31 76
Binary 10110110 10000101 10001000 0 11011 11001 11101 101100100 11001 111110

Color Harmonies of #B68588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68588

Black with #B68588

Text Example


Text Example

White with #B68588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68588; }

 p { color: rgb(182,133,136); }

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

background-color css

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

 a { background-color: rgb(182,133,136); }

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

border-color css

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

 span { border-color: rgb(182,133,136); }

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