Html Css Color HEX #B0607D Tapestry

📋 copy color: '#B0607D'

red 176 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #B0607D

Tints of Tapestry #B0607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

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

R = 44.33%
G = 24.18%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0607D (or 0xB0607D) is known color: Tapestry. HEX triplet: B0, 60 and 7D. RGB value is (176,96,125). Sum of RGB (Red+Green+Blue) = 176+96+125=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607D is #4F9F82. Grayscale: #7B7B7B. Windows color (decimal): -5218179 or 8216752. OLE color: 8216752.

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

Color convert

RGB 176 96 125 -
CMYK 0 0.45 0.29 0.31
HSL 338.25º 0.34% 0.53% -
HSV(B) 338.25º 0.45% 0.69% -
XYZ 25.79 19.08 21.72 -
YUV 123.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 176 96 125 0 0.45 0.29 0.31 338.25 0.34 0.53
Hex B0 60 7D 0 2D 1D 1F 152 22 35
Octal 260 140 175 0 55 35 37 522 42 65
Binary 10110000 1100000 1111101 0 101101 11101 11111 101010010 100010 110101

Color Harmonies of #B0607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0607D

Black with #B0607D

Text Example


Text Example

White with #B0607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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