Html Css Color HEX #B07588 Tapestry

📋 copy color: '#B07588'

red 176 ◦ green 117 ◦ blue 136

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

Shades of Tapestry #B07588

Tints of Tapestry #B07588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

 BLUE value IS 136 (53.52% from 255) = 31.7%

R = 41.03%
G = 27.27%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B07588 (or 0xB07588) is known color: Tapestry. HEX triplet: B0, 75 and 88. RGB value is (176,117,136). Sum of RGB (Red+Green+Blue) = 176+117+136=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07588 is #4F8A77. Grayscale: #888888. Windows color (decimal): -5212792 or 8943024. OLE color: 8943024.

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

Color convert

RGB 176 117 136 -
CMYK 0 0.34 0.23 0.31
HSL 340.68º 0.27% 0.57% -
HSV(B) 340.68º 0.34% 0.69% -
XYZ 28.71 23.73 26.36 -
YUV 136.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 176 117 136 0 0.34 0.23 0.31 340.68 0.27 0.57
Hex B0 75 88 0 22 17 1F 155 1B 39
Octal 260 165 210 0 42 27 37 525 33 71
Binary 10110000 1110101 10001000 0 100010 10111 11111 101010101 11011 111001

Color Harmonies of #B07588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07588

Black with #B07588

Text Example


Text Example

White with #B07588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07588; }

 p { color: rgb(176,117,136); }

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

background-color css

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

 a { background-color: rgb(176,117,136); }

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

border-color css

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

 span { border-color: rgb(176,117,136); }

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