Html Css Color HEX #B07088 Tapestry

📋 copy color: '#B07088'

red 176 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #B07088

Tints of Tapestry #B07088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.42%

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

R = 41.51%
G = 26.42%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B07088 (or 0xB07088) is known color: Tapestry. HEX triplet: B0, 70 and 88. RGB value is (176,112,136). Sum of RGB (Red+Green+Blue) = 176+112+136=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07088 is #4F8F77. Grayscale: #858585. Windows color (decimal): -5214072 or 8941744. OLE color: 8941744.

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

Color convert

RGB 176 112 136 -
CMYK 0 0.36 0.23 0.31
HSL 337.5º 0.29% 0.56% -
HSV(B) 337.5º 0.36% 0.69% -
XYZ 28.14 22.6 26.17 -
YUV 133.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 176 112 136 0 0.36 0.23 0.31 337.5 0.29 0.56
Hex B0 70 88 0 24 17 1F 152 1D 38
Octal 260 160 210 0 44 27 37 522 35 70
Binary 10110000 1110000 10001000 0 100100 10111 11111 101010010 11101 111000

Color Harmonies of #B07088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07088

Black with #B07088

Text Example


Text Example

White with #B07088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07088; }

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

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

background-color css

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

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

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

border-color css

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

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

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