Html Css Color HEX #B07282 Tapestry

📋 copy color: '#B07282'

red 176 ◦ green 114 ◦ blue 130

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

Shades of Tapestry #B07282

Tints of Tapestry #B07282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

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

R = 41.9%
G = 27.14%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B07282 (or 0xB07282) is known color: Tapestry. HEX triplet: B0, 72 and 82. RGB value is (176,114,130). Sum of RGB (Red+Green+Blue) = 176+114+130=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07282 is #4F8D7D. Grayscale: #868686. Windows color (decimal): -5213566 or 8549040. OLE color: 8549040.

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

Color convert

RGB 176 114 130 -
CMYK 0 0.35 0.26 0.31
HSL 344.52º 0.28% 0.57% -
HSV(B) 344.52º 0.35% 0.69% -
XYZ 27.95 22.88 24.06 -
YUV 134.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 176 114 130 0 0.35 0.26 0.31 344.52 0.28 0.57
Hex B0 72 82 0 23 1A 1F 159 1C 39
Octal 260 162 202 0 43 32 37 531 34 71
Binary 10110000 1110010 10000010 0 100011 11010 11111 101011001 11100 111001

Color Harmonies of #B07282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07282

Black with #B07282

Text Example


Text Example

White with #B07282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07282; }

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

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

background-color css

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

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

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

border-color css

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

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

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