Html Css Color HEX #B98986 Oriental Pink

📋 copy color: '#B98986'

red 185 ◦ green 137 ◦ blue 134

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

Shades of Oriental Pink #B98986

Tints of Oriental Pink #B98986

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B98986: hue angle of 3.53º 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 #B98986 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 137 134 -
CMYK 0 0.26 0.28 0.27
HSL 3.53º 0.27% 0.63% -
HSV(B) 3.53º 0.28% 0.73% -
XYZ 33.26 29.93 26.58 -
YUV 151.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 185 137 134 0 0.26 0.28 0.27 3.53 0.27 0.63
Hex B9 89 86 0 1A 1C 1B 4 1B 3F
Octal 271 211 206 0 32 34 33 4 33 77
Binary 10111001 10001001 10000110 0 11010 11100 11011 100 11011 111111

Color Harmonies of #B98986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98986

Black with #B98986

Text Example


Text Example

White with #B98986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98986; }

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

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

background-color css

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

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

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

border-color css

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

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

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