Html Css Color HEX #B07585 Tapestry

📋 copy color: '#B07585'

red 176 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #B07585

Tints of Tapestry #B07585

RGB

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

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

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

R = 41.31%
G = 27.46%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07585 (or 0xB07585) is known color: Tapestry. HEX triplet: B0, 75 and 85. RGB value is (176,117,133). Sum of RGB (Red+Green+Blue) = 176+117+133=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B07585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07585 is #4F8A7A. Grayscale: #888888. Windows color (decimal): -5212795 or 8746416. OLE color: 8746416.

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

Color convert

RGB 176 117 133 -
CMYK 0 0.34 0.24 0.31
HSL 343.73º 0.27% 0.57% -
HSV(B) 343.73º 0.34% 0.69% -
XYZ 28.5 23.65 25.25 -
YUV 136.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 176 117 133 0 0.34 0.24 0.31 343.73 0.27 0.57
Hex B0 75 85 0 22 18 1F 158 1B 39
Octal 260 165 205 0 42 30 37 530 33 71
Binary 10110000 1110101 10000101 0 100010 11000 11111 101011000 11011 111001

Color Harmonies of #B07585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07585

Black with #B07585

Text Example


Text Example

White with #B07585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07585; }

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

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

background-color css

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

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

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

border-color css

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

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

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