Html Css Color HEX #B07185 Tapestry

📋 copy color: '#B07185'

red 176 ◦ green 113 ◦ blue 133

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

Shades of Tapestry #B07185

Tints of Tapestry #B07185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

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

R = 41.71%
G = 26.78%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07185 (or 0xB07185) is known color: Tapestry. HEX triplet: B0, 71 and 85. RGB value is (176,113,133). Sum of RGB (Red+Green+Blue) = 176+113+133=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07185 is #4F8E7A. Grayscale: #868686. Windows color (decimal): -5213819 or 8745392. OLE color: 8745392.

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

Color convert

RGB 176 113 133 -
CMYK 0 0.36 0.24 0.31
HSL 340.95º 0.29% 0.57% -
HSV(B) 340.95º 0.36% 0.69% -
XYZ 28.04 22.73 25.1 -
YUV 134.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 176 113 133 0 0.36 0.24 0.31 340.95 0.29 0.57
Hex B0 71 85 0 24 18 1F 155 1D 39
Octal 260 161 205 0 44 30 37 525 35 71
Binary 10110000 1110001 10000101 0 100100 11000 11111 101010101 11101 111001

Color Harmonies of #B07185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07185

Black with #B07185

Text Example


Text Example

White with #B07185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07185; }

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

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

background-color css

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

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

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

border-color css

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

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

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