Html Css Color HEX #B98589 Puce

📋 copy color: '#B98589'

red 185 ◦ green 133 ◦ blue 137

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

Shades of Puce #B98589

Tints of Puce #B98589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 40.66%
G = 29.23%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B98589 (or 0xB98589) is known color: Puce. HEX triplet: B9, 85 and 89. RGB value is (185,133,137). Sum of RGB (Red+Green+Blue) = 185+133+137=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98589 is #467A76. Grayscale: #959595. Windows color (decimal): -4618871 or 9012665. OLE color: 9012665.

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

Color convert

RGB 185 133 137 -
CMYK 0 0.28 0.26 0.27
HSL 355.38º 0.27% 0.62% -
HSV(B) 355.38º 0.28% 0.73% -
XYZ 32.91 28.9 27.51 -
YUV 149 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 185 133 137 0 0.28 0.26 0.27 355.38 0.27 0.62
Hex B9 85 89 0 1C 1A 1B 163 1B 3E
Octal 271 205 211 0 34 32 33 543 33 76
Binary 10111001 10000101 10001001 0 11100 11010 11011 101100011 11011 111110

Color Harmonies of #B98589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98589

Black with #B98589

Text Example


Text Example

White with #B98589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98589; }

 p { color: rgb(185,133,137); }

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

background-color css

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

 a { background-color: rgb(185,133,137); }

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

border-color css

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

 span { border-color: rgb(185,133,137); }

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