Html Css Color HEX #B07389 Tapestry

📋 copy color: '#B07389'

red 176 ◦ green 115 ◦ blue 137

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

Shades of Tapestry #B07389

Tints of Tapestry #B07389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.87%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 41.12%
G = 26.87%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B07389 (or 0xB07389) is known color: Tapestry. HEX triplet: B0, 73 and 89. RGB value is (176,115,137). Sum of RGB (Red+Green+Blue) = 176+115+137=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07389 is #4F8C76. Grayscale: #878787. Windows color (decimal): -5213303 or 9008048. OLE color: 9008048.

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

Color convert

RGB 176 115 137 -
CMYK 0 0.35 0.22 0.31
HSL 338.36º 0.28% 0.57% -
HSV(B) 338.36º 0.35% 0.69% -
XYZ 28.55 23.3 26.66 -
YUV 135.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 176 115 137 0 0.35 0.22 0.31 338.36 0.28 0.57
Hex B0 73 89 0 23 16 1F 152 1C 39
Octal 260 163 211 0 43 26 37 522 34 71
Binary 10110000 1110011 10001001 0 100011 10110 11111 101010010 11100 111001

Color Harmonies of #B07389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07389

Black with #B07389

Text Example


Text Example

White with #B07389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07389; }

 p { color: rgb(176,115,137); }

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

background-color css

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

 a { background-color: rgb(176,115,137); }

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

border-color css

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

 span { border-color: rgb(176,115,137); }

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