Html Css Color HEX #B98184 Tapestry

📋 copy color: '#B98184'

red 185 ◦ green 129 ◦ blue 132

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

Shades of Tapestry #B98184

Tints of Tapestry #B98184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 41.48%
G = 28.92%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B98184 (or 0xB98184) is known color: Tapestry. HEX triplet: B9, 81 and 84. RGB value is (185,129,132). Sum of RGB (Red+Green+Blue) = 185+129+132=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98184 is #467E7B. Grayscale: #929292. Windows color (decimal): -4619900 or 8683961. OLE color: 8683961.

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

Color convert

RGB 185 129 132 -
CMYK 0 0.30 0.29 0.27
HSL 356.79º 0.29% 0.62% -
HSV(B) 356.79º 0.3% 0.73% -
XYZ 32.02 27.68 25.48 -
YUV 146.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 185 129 132 0 0.30 0.29 0.27 356.79 0.29 0.62
Hex B9 81 84 0 1E 1D 1B 165 1D 3E
Octal 271 201 204 0 36 35 33 545 35 76
Binary 10111001 10000001 10000100 0 11110 11101 11011 101100101 11101 111110

Color Harmonies of #B98184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98184

Black with #B98184

Text Example


Text Example

White with #B98184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98184; }

 p { color: rgb(185,129,132); }

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

background-color css

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

 a { background-color: rgb(185,129,132); }

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

border-color css

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

 span { border-color: rgb(185,129,132); }

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