Html Css Color HEX #B07782 Tapestry

📋 copy color: '#B07782'

red 176 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #B07782

Tints of Tapestry #B07782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 41.41%
G = 28%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07782 (or 0xB07782) is known color: Tapestry. HEX triplet: B0, 77 and 82. RGB value is (176,119,130). Sum of RGB (Red+Green+Blue) = 176+119+130=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07782 is #4F887D. Grayscale: #898989. Windows color (decimal): -5212286 or 8550320. OLE color: 8550320.

HSL color Cylindrical-coordinate representation of color #B07782: hue angle of 348.42º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07782 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 130 -
CMYK 0 0.32 0.26 0.31
HSL 348.42º 0.27% 0.58% -
HSV(B) 348.42º 0.32% 0.69% -
XYZ 28.53 24.04 24.25 -
YUV 137.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 176 119 130 0 0.32 0.26 0.31 348.42 0.27 0.58
Hex B0 77 82 0 20 1A 1F 15C 1B 3A
Octal 260 167 202 0 40 32 37 534 33 72
Binary 10110000 1110111 10000010 0 100000 11010 11111 101011100 11011 111010

Color Harmonies of #B07782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07782

Black with #B07782

Text Example


Text Example

White with #B07782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07782; }

 p { color: rgb(176,119,130); }

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

background-color css

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

 a { background-color: rgb(176,119,130); }

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

border-color css

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

 span { border-color: rgb(176,119,130); }

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