Html Css Color HEX #B27082 Tapestry

📋 copy color: '#B27082'

red 178 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #B27082

Tints of Tapestry #B27082

RGB

 RED value IS 178 (69.92% from 255) = 42.38%

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 42.38%
G = 26.67%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B27082 (or 0xB27082) is known color: Tapestry. HEX triplet: B2, 70 and 82. RGB value is (178,112,130). Sum of RGB (Red+Green+Blue) = 178+112+130=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B27082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27082 is #4D8F7D. Grayscale: #858585. Windows color (decimal): -5083006 or 8548530. OLE color: 8548530.

HSL color Cylindrical-coordinate representation of color #B27082: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27082 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 130 -
CMYK 0 0.37 0.27 0.30
HSL 343.64º 0.3% 0.57% -
HSV(B) 343.64º 0.37% 0.7% -
XYZ 28.18 22.67 24.01 -
YUV 133.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 178 112 130 0 0.37 0.27 0.30 343.64 0.3 0.57
Hex B2 70 82 0 25 1B 1E 158 1E 39
Octal 262 160 202 0 45 33 36 530 36 71
Binary 10110010 1110000 10000010 0 100101 11011 11110 101011000 11110 111001

Color Harmonies of #B27082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27082

Black with #B27082

Text Example


Text Example

White with #B27082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27082; }

 p { color: rgb(178,112,130); }

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

background-color css

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

 a { background-color: rgb(178,112,130); }

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

border-color css

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

 span { border-color: rgb(178,112,130); }

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