Html Css Color HEX #B0667D Tapestry

📋 copy color: '#B0667D'

red 176 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #B0667D

Tints of Tapestry #B0667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 43.67%
G = 25.31%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0667D (or 0xB0667D) is known color: Tapestry. HEX triplet: B0, 66 and 7D. RGB value is (176,102,125). Sum of RGB (Red+Green+Blue) = 176+102+125=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667D is #4F9982. Grayscale: #7E7E7E. Windows color (decimal): -5216643 or 8218288. OLE color: 8218288.

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

Color convert

RGB 176 102 125 -
CMYK 0 0.42 0.29 0.31
HSL 341.35º 0.32% 0.55% -
HSV(B) 341.35º 0.42% 0.69% -
XYZ 26.36 20.21 21.91 -
YUV 126.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 176 102 125 0 0.42 0.29 0.31 341.35 0.32 0.55
Hex B0 66 7D 0 2A 1D 1F 155 20 37
Octal 260 146 175 0 52 35 37 525 40 67
Binary 10110000 1100110 1111101 0 101010 11101 11111 101010101 100000 110111

Color Harmonies of #B0667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0667D

Black with #B0667D

Text Example


Text Example

White with #B0667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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