Html Css Color HEX #B0608D Tapestry

📋 copy color: '#B0608D'

red 176 ◦ green 96 ◦ blue 141

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

Shades of Tapestry #B0608D

Tints of Tapestry #B0608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 42.62%
G = 23.24%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0608D (or 0xB0608D) is known color: Tapestry. HEX triplet: B0, 60 and 8D. RGB value is (176,96,141). Sum of RGB (Red+Green+Blue) = 176+96+141=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0608D is #4F9F72. Grayscale: #7C7C7C. Windows color (decimal): -5218163 or 9265328. OLE color: 9265328.

HSL color Cylindrical-coordinate representation of color #B0608D: hue angle of 326.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 #B0608D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 96 141 -
CMYK 0 0.45 0.20 0.31
HSL 326.25º 0.34% 0.53% -
HSV(B) 326.25º 0.45% 0.69% -
XYZ 26.9 19.52 27.55 -
YUV 125.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 176 96 141 0 0.45 0.20 0.31 326.25 0.34 0.53
Hex B0 60 8D 0 2D 14 1F 146 22 35
Octal 260 140 215 0 55 24 37 506 42 65
Binary 10110000 1100000 10001101 0 101101 10100 11111 101000110 100010 110101

Color Harmonies of #B0608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0608D

Black with #B0608D

Text Example


Text Example

White with #B0608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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