Html Css Color HEX #B06F81 Tapestry

📋 copy color: '#B06F81'

red 176 ◦ green 111 ◦ blue 129

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

Shades of Tapestry #B06F81

Tints of Tapestry #B06F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

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

R = 42.31%
G = 26.68%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B06F81 (or 0xB06F81) is known color: Tapestry. HEX triplet: B0, 6F and 81. RGB value is (176,111,129). Sum of RGB (Red+Green+Blue) = 176+111+129=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06F81 is #4F907E. Grayscale: #848484. Windows color (decimal): -5214335 or 8482736. OLE color: 8482736.

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

Color convert

RGB 176 111 129 -
CMYK 0 0.37 0.27 0.31
HSL 343.38º 0.29% 0.56% -
HSV(B) 343.38º 0.37% 0.69% -
XYZ 27.55 22.18 23.6 -
YUV 132.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 176 111 129 0 0.37 0.27 0.31 343.38 0.29 0.56
Hex B0 6F 81 0 25 1B 1F 157 1D 38
Octal 260 157 201 0 45 33 37 527 35 70
Binary 10110000 1101111 10000001 0 100101 11011 11111 101010111 11101 111000

Color Harmonies of #B06F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F81

Black with #B06F81

Text Example


Text Example

White with #B06F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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