Html Css Color HEX #B07385 Tapestry

📋 copy color: '#B07385'

red 176 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #B07385

Tints of Tapestry #B07385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 41.51%
G = 27.12%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07385 (or 0xB07385) is known color: Tapestry. HEX triplet: B0, 73 and 85. RGB value is (176,115,133). Sum of RGB (Red+Green+Blue) = 176+115+133=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07385 is #4F8C7A. Grayscale: #878787. Windows color (decimal): -5213307 or 8745904. OLE color: 8745904.

HSL color Cylindrical-coordinate representation of color #B07385: hue angle of 342.3º 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 #B07385 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 133 -
CMYK 0 0.35 0.24 0.31
HSL 342.3º 0.28% 0.57% -
HSV(B) 342.3º 0.35% 0.69% -
XYZ 28.27 23.19 25.18 -
YUV 135.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 176 115 133 0 0.35 0.24 0.31 342.3 0.28 0.57
Hex B0 73 85 0 23 18 1F 156 1C 39
Octal 260 163 205 0 43 30 37 526 34 71
Binary 10110000 1110011 10000101 0 100011 11000 11111 101010110 11100 111001

Color Harmonies of #B07385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07385

Black with #B07385

Text Example


Text Example

White with #B07385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07385; }

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

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

background-color css

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

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

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

border-color css

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

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

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