Html Css Color HEX #B06A81 Tapestry

📋 copy color: '#B06A81'

red 176 ◦ green 106 ◦ blue 129

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

Shades of Tapestry #B06A81

Tints of Tapestry #B06A81

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

 GREEN value IS 106 (41.8% from 255) = 25.79%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 42.82%
G = 25.79%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B06A81 (or 0xB06A81) is known color: Tapestry. HEX triplet: B0, 6A and 81. RGB value is (176,106,129). Sum of RGB (Red+Green+Blue) = 176+106+129=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A81 is #4F957E. Grayscale: #818181. Windows color (decimal): -5215615 or 8481456. OLE color: 8481456.

HSL color Cylindrical-coordinate representation of color #B06A81: hue angle of 340.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06A81 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 106 129 -
CMYK 0 0.40 0.27 0.31
HSL 340.29º 0.31% 0.55% -
HSV(B) 340.29º 0.4% 0.69% -
XYZ 27.02 21.12 23.42 -
YUV 129.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 176 106 129 0 0.40 0.27 0.31 340.29 0.31 0.55
Hex B0 6A 81 0 28 1B 1F 154 1F 37
Octal 260 152 201 0 50 33 37 524 37 67
Binary 10110000 1101010 10000001 0 101000 11011 11111 101010100 11111 110111

Color Harmonies of #B06A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A81

Black with #B06A81

Text Example


Text Example

White with #B06A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A81; }

 p { color: rgb(176,106,129); }

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

background-color css

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

 a { background-color: rgb(176,106,129); }

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

border-color css

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

 span { border-color: rgb(176,106,129); }

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