Html Css Color HEX #B07E92 Tapestry

📋 copy color: '#B07E92'

red 176 ◦ green 126 ◦ blue 146

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

Shades of Tapestry #B07E92

Tints of Tapestry #B07E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 39.29%
G = 28.13%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B07E92 (or 0xB07E92) is known color: Tapestry. HEX triplet: B0, 7E and 92. RGB value is (176,126,146). Sum of RGB (Red+Green+Blue) = 176+126+146=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E92 is #4F816D. Grayscale: #8F8F8F. Windows color (decimal): -5210478 or 9600688. OLE color: 9600688.

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

Color convert

RGB 176 126 146 -
CMYK 0 0.28 0.17 0.31
HSL 336º 0.24% 0.59% -
HSV(B) 336º 0.28% 0.69% -
XYZ 30.55 26.23 30.65 -
YUV 143.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 176 126 146 0 0.28 0.17 0.31 336 0.24 0.59
Hex B0 7E 92 0 1C 11 1F 150 18 3B
Octal 260 176 222 0 34 21 37 520 30 73
Binary 10110000 1111110 10010010 0 11100 10001 11111 101010000 11000 111011

Color Harmonies of #B07E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E92

Black with #B07E92

Text Example


Text Example

White with #B07E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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