Html Css Color HEX #B0667F Tapestry

📋 copy color: '#B0667F'

red 176 ◦ green 102 ◦ blue 127

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

Shades of Tapestry #B0667F

Tints of Tapestry #B0667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 43.46%
G = 25.19%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0667F (or 0xB0667F) is known color: Tapestry. HEX triplet: B0, 66 and 7F. RGB value is (176,102,127). Sum of RGB (Red+Green+Blue) = 176+102+127=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667F is #4F9980. Grayscale: #7E7E7E. Windows color (decimal): -5216641 or 8349360. OLE color: 8349360.

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

Color convert

RGB 176 102 127 -
CMYK 0 0.42 0.28 0.31
HSL 339.73º 0.32% 0.55% -
HSV(B) 339.73º 0.42% 0.69% -
XYZ 26.49 20.27 22.59 -
YUV 126.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 176 102 127 0 0.42 0.28 0.31 339.73 0.32 0.55
Hex B0 66 7F 0 2A 1C 1F 154 20 37
Octal 260 146 177 0 52 34 37 524 40 67
Binary 10110000 1100110 1111111 0 101010 11100 11111 101010100 100000 110111

Color Harmonies of #B0667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0667F

Black with #B0667F

Text Example


Text Example

White with #B0667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0667F; }

 p { color: rgb(176,102,127); }

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

background-color css

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

 a { background-color: rgb(176,102,127); }

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

border-color css

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

 span { border-color: rgb(176,102,127); }

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