Html Css Color HEX #B06A7B Tapestry

📋 copy color: '#B06A7B'

red 176 ◦ green 106 ◦ blue 123

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

Shades of Tapestry #B06A7B

Tints of Tapestry #B06A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 43.46%
G = 26.17%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B06A7B (or 0xB06A7B) is known color: Tapestry. HEX triplet: B0, 6A and 7B. RGB value is (176,106,123). Sum of RGB (Red+Green+Blue) = 176+106+123=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A7B is #4F9584. Grayscale: #808080. Windows color (decimal): -5215621 or 8088240. OLE color: 8088240.

HSL color Cylindrical-coordinate representation of color #B06A7B: hue angle of 345.43º 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 #B06A7B is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 106 123 -
CMYK 0 0.40 0.30 0.31
HSL 345.43º 0.31% 0.55% -
HSV(B) 345.43º 0.4% 0.69% -
XYZ 26.63 20.97 21.38 -
YUV 128.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 176 106 123 0 0.40 0.30 0.31 345.43 0.31 0.55
Hex B0 6A 7B 0 28 1E 1F 159 1F 37
Octal 260 152 173 0 50 36 37 531 37 67
Binary 10110000 1101010 1111011 0 101000 11110 11111 101011001 11111 110111

Color Harmonies of #B06A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06A7B

Black with #B06A7B

Text Example


Text Example

White with #B06A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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