Html Css Color HEX #B07E8A Tapestry

📋 copy color: '#B07E8A'

red 176 ◦ green 126 ◦ blue 138

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

Shades of Tapestry #B07E8A

Tints of Tapestry #B07E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 40%
G = 28.64%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B07E8A (or 0xB07E8A) is known color: Tapestry. HEX triplet: B0, 7E and 8A. RGB value is (176,126,138). Sum of RGB (Red+Green+Blue) = 176+126+138=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E8A is #4F8175. Grayscale: #8E8E8E. Windows color (decimal): -5210486 or 9076400. OLE color: 9076400.

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

Color convert

RGB 176 126 138 -
CMYK 0 0.28 0.22 0.31
HSL 345.6º 0.24% 0.59% -
HSV(B) 345.6º 0.28% 0.69% -
XYZ 29.95 25.99 27.48 -
YUV 142.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 176 126 138 0 0.28 0.22 0.31 345.6 0.24 0.59
Hex B0 7E 8A 0 1C 16 1F 15A 18 3B
Octal 260 176 212 0 34 26 37 532 30 73
Binary 10110000 1111110 10001010 0 11100 10110 11111 101011010 11000 111011

Color Harmonies of #B07E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E8A

Black with #B07E8A

Text Example


Text Example

White with #B07E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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