Html Css Color HEX #B67888 Tapestry

📋 copy color: '#B67888'

red 182 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #B67888

Tints of Tapestry #B67888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

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

R = 41.55%
G = 27.4%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B67888 (or 0xB67888) is known color: Tapestry. HEX triplet: B6, 78 and 88. RGB value is (182,120,136). Sum of RGB (Red+Green+Blue) = 182+120+136=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B67888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67888 is #498777. Grayscale: #8C8C8C. Windows color (decimal): -4818808 or 8943798. OLE color: 8943798.

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

Color convert

RGB 182 120 136 -
CMYK 0 0.34 0.25 0.29
HSL 344.52º 0.3% 0.59% -
HSV(B) 344.52º 0.34% 0.71% -
XYZ 30.45 25.16 26.54 -
YUV 140.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 182 120 136 0 0.34 0.25 0.29 344.52 0.3 0.59
Hex B6 78 88 0 22 19 1D 159 1E 3B
Octal 266 170 210 0 42 31 35 531 36 73
Binary 10110110 1111000 10001000 0 100010 11001 11101 101011001 11110 111011

Color Harmonies of #B67888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67888

Black with #B67888

Text Example


Text Example

White with #B67888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67888; }

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

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

background-color css

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

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

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

border-color css

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

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

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