Html Css Color HEX #B07E85 Tapestry

📋 copy color: '#B07E85'

red 176 ◦ green 126 ◦ blue 133

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

Shades of Tapestry #B07E85

Tints of Tapestry #B07E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

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

R = 40.46%
G = 28.97%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07E85 (or 0xB07E85) is known color: Tapestry. HEX triplet: B0, 7E and 85. RGB value is (176,126,133). Sum of RGB (Red+Green+Blue) = 176+126+133=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E85 is #4F817A. Grayscale: #8D8D8D. Windows color (decimal): -5210491 or 8748720. OLE color: 8748720.

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

Color convert

RGB 176 126 133 -
CMYK 0 0.28 0.24 0.31
HSL 351.6º 0.24% 0.59% -
HSV(B) 351.6º 0.28% 0.69% -
XYZ 29.6 25.85 25.62 -
YUV 141.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 176 126 133 0 0.28 0.24 0.31 351.6 0.24 0.59
Hex B0 7E 85 0 1C 18 1F 160 18 3B
Octal 260 176 205 0 34 30 37 540 30 73
Binary 10110000 1111110 10000101 0 11100 11000 11111 101100000 11000 111011

Color Harmonies of #B07E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E85

Black with #B07E85

Text Example


Text Example

White with #B07E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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