Html Css Color HEX #B07582 Tapestry

📋 copy color: '#B07582'

red 176 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #B07582

Tints of Tapestry #B07582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 41.61%
G = 27.66%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07582 (or 0xB07582) is known color: Tapestry. HEX triplet: B0, 75 and 82. RGB value is (176,117,130). Sum of RGB (Red+Green+Blue) = 176+117+130=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07582 is #4F8A7D. Grayscale: #888888. Windows color (decimal): -5212798 or 8549808. OLE color: 8549808.

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

Color convert

RGB 176 117 130 -
CMYK 0 0.34 0.26 0.31
HSL 346.78º 0.27% 0.57% -
HSV(B) 346.78º 0.34% 0.69% -
XYZ 28.3 23.56 24.18 -
YUV 136.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 176 117 130 0 0.34 0.26 0.31 346.78 0.27 0.57
Hex B0 75 82 0 22 1A 1F 15B 1B 39
Octal 260 165 202 0 42 32 37 533 33 71
Binary 10110000 1110101 10000010 0 100010 11010 11111 101011011 11011 111001

Color Harmonies of #B07582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07582

Black with #B07582

Text Example


Text Example

White with #B07582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07582; }

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

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

background-color css

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

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

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

border-color css

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

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

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