Html Css Color HEX #B07A82 Tapestry

📋 copy color: '#B07A82'

red 176 ◦ green 122 ◦ blue 130

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

Shades of Tapestry #B07A82

Tints of Tapestry #B07A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.5%

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

R = 41.12%
G = 28.5%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07A82 (or 0xB07A82) is known color: Tapestry. HEX triplet: B0, 7A and 82. RGB value is (176,122,130). Sum of RGB (Red+Green+Blue) = 176+122+130=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A82 is #4F857D. Grayscale: #8B8B8B. Windows color (decimal): -5211518 or 8551088. OLE color: 8551088.

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

Color convert

RGB 176 122 130 -
CMYK 0 0.31 0.26 0.31
HSL 351.11º 0.25% 0.58% -
HSV(B) 351.11º 0.31% 0.69% -
XYZ 28.89 24.76 24.38 -
YUV 139.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 176 122 130 0 0.31 0.26 0.31 351.11 0.25 0.58
Hex B0 7A 82 0 1F 1A 1F 15F 19 3A
Octal 260 172 202 0 37 32 37 537 31 72
Binary 10110000 1111010 10000010 0 11111 11010 11111 101011111 11001 111010

Color Harmonies of #B07A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A82

Black with #B07A82

Text Example


Text Example

White with #B07A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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