Html Css Color HEX #B07682 Tapestry

📋 copy color: '#B07682'

red 176 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #B07682

Tints of Tapestry #B07682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 41.51%
G = 27.83%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07682 (or 0xB07682) is known color: Tapestry. HEX triplet: B0, 76 and 82. RGB value is (176,118,130). Sum of RGB (Red+Green+Blue) = 176+118+130=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07682 is #4F897D. Grayscale: #888888. Windows color (decimal): -5212542 or 8550064. OLE color: 8550064.

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

Color convert

RGB 176 118 130 -
CMYK 0 0.33 0.26 0.31
HSL 347.59º 0.27% 0.58% -
HSV(B) 347.59º 0.33% 0.69% -
XYZ 28.41 23.8 24.22 -
YUV 136.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 176 118 130 0 0.33 0.26 0.31 347.59 0.27 0.58
Hex B0 76 82 0 21 1A 1F 15C 1B 3A
Octal 260 166 202 0 41 32 37 534 33 72
Binary 10110000 1110110 10000010 0 100001 11010 11111 101011100 11011 111010

Color Harmonies of #B07682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07682

Black with #B07682

Text Example


Text Example

White with #B07682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07682; }

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

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

background-color css

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

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

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

border-color css

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

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

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