Html Css Color HEX #B98689 Puce

📋 copy color: '#B98689'

red 185 ◦ green 134 ◦ blue 137

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

Shades of Puce #B98689

Tints of Puce #B98689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 40.57%
G = 29.39%
B = 30.04%

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

#B98689 (or 0xB98689) is known color: Puce. HEX triplet: B9, 86 and 89. RGB value is (185,134,137). Sum of RGB (Red+Green+Blue) = 185+134+137=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98689 is #467976. Grayscale: #959595. Windows color (decimal): -4618615 or 9012921. OLE color: 9012921.

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

Color convert

RGB 185 134 137 -
CMYK 0 0.28 0.26 0.27
HSL 356.47º 0.27% 0.63% -
HSV(B) 356.47º 0.28% 0.73% -
XYZ 33.05 29.17 27.56 -
YUV 149.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 185 134 137 0 0.28 0.26 0.27 356.47 0.27 0.63
Hex B9 86 89 0 1C 1A 1B 164 1B 3F
Octal 271 206 211 0 34 32 33 544 33 77
Binary 10111001 10000110 10001001 0 11100 11010 11011 101100100 11011 111111

Color Harmonies of #B98689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98689

Black with #B98689

Text Example


Text Example

White with #B98689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98689; }

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

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

background-color css

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

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

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

border-color css

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

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

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