Html Css Color HEX #B67B88 Tapestry

📋 copy color: '#B67B88'

red 182 ◦ green 123 ◦ blue 136

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

Shades of Tapestry #B67B88

Tints of Tapestry #B67B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.89%

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

R = 41.27%
G = 27.89%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B67B88 (or 0xB67B88) is known color: Tapestry. HEX triplet: B6, 7B and 88. RGB value is (182,123,136). Sum of RGB (Red+Green+Blue) = 182+123+136=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B88 is #498477. Grayscale: #8E8E8E. Windows color (decimal): -4818040 or 8944566. OLE color: 8944566.

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

Color convert

RGB 182 123 136 -
CMYK 0 0.32 0.25 0.29
HSL 346.78º 0.29% 0.6% -
HSV(B) 346.78º 0.32% 0.71% -
XYZ 30.82 25.89 26.67 -
YUV 142.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 182 123 136 0 0.32 0.25 0.29 346.78 0.29 0.6
Hex B6 7B 88 0 20 19 1D 15B 1D 3C
Octal 266 173 210 0 40 31 35 533 35 74
Binary 10110110 1111011 10001000 0 100000 11001 11101 101011011 11101 111100

Color Harmonies of #B67B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B88

Black with #B67B88

Text Example


Text Example

White with #B67B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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