Html Css Color HEX #B07B8C Tapestry

📋 copy color: '#B07B8C'

red 176 ◦ green 123 ◦ blue 140

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

Shades of Tapestry #B07B8C

Tints of Tapestry #B07B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.02%

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 40.09%
G = 28.02%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B07B8C (or 0xB07B8C) is known color: Tapestry. HEX triplet: B0, 7B and 8C. RGB value is (176,123,140). Sum of RGB (Red+Green+Blue) = 176+123+140=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B8C is #4F8473. Grayscale: #8C8C8C. Windows color (decimal): -5211252 or 9206704. OLE color: 9206704.

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

Color convert

RGB 176 123 140 -
CMYK 0 0.30 0.20 0.31
HSL 340.75º 0.25% 0.59% -
HSV(B) 340.75º 0.3% 0.69% -
XYZ 29.72 25.29 28.13 -
YUV 140.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 176 123 140 0 0.30 0.20 0.31 340.75 0.25 0.59
Hex B0 7B 8C 0 1E 14 1F 155 19 3B
Octal 260 173 214 0 36 24 37 525 31 73
Binary 10110000 1111011 10001100 0 11110 10100 11111 101010101 11001 111011

Color Harmonies of #B07B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B8C

Black with #B07B8C

Text Example


Text Example

White with #B07B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B8C; }

 p { color: rgb(176,123,140); }

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

background-color css

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

 a { background-color: rgb(176,123,140); }

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

border-color css

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

 span { border-color: rgb(176,123,140); }

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