Html Css Color HEX #B97082 Tapestry

📋 copy color: '#B97082'

red 185 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #B97082

Tints of Tapestry #B97082

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

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

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

R = 43.33%
G = 26.23%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B97082 (or 0xB97082) is known color: Tapestry. HEX triplet: B9, 70 and 82. RGB value is (185,112,130). Sum of RGB (Red+Green+Blue) = 185+112+130=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B97082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97082 is #468F7D. Grayscale: #878787. Windows color (decimal): -4624254 or 8548537. OLE color: 8548537.

HSL color Cylindrical-coordinate representation of color #B97082: hue angle of 345.21º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97082 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 130 -
CMYK 0 0.39 0.30 0.27
HSL 345.21º 0.34% 0.58% -
HSV(B) 345.21º 0.39% 0.73% -
XYZ 29.83 23.51 24.09 -
YUV 135.88 124.68 163.04 -
System Red Green Blue C M Y K H S L
Decimal 185 112 130 0 0.39 0.30 0.27 345.21 0.34 0.58
Hex B9 70 82 0 27 1E 1B 159 22 3A
Octal 271 160 202 0 47 36 33 531 42 72
Binary 10111001 1110000 10000010 0 100111 11110 11011 101011001 100010 111010

Color Harmonies of #B97082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97082

Black with #B97082

Text Example


Text Example

White with #B97082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97082; }

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

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

background-color css

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

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

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

border-color css

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

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

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