Html Css Color HEX #B98E86 Oriental Pink

📋 copy color: '#B98E86'

red 185 ◦ green 142 ◦ blue 134

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

Shades of Oriental Pink #B98E86

Tints of Oriental Pink #B98E86

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.8%

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

R = 40.13%
G = 30.8%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B98E86 (or 0xB98E86) is known color: Oriental Pink. HEX triplet: B9, 8E and 86. RGB value is (185,142,134). Sum of RGB (Red+Green+Blue) = 185+142+134=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E86 is #467179. Grayscale: #9A9A9A. Windows color (decimal): -4616570 or 8818361. OLE color: 8818361.

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

Color convert

RGB 185 142 134 -
CMYK 0 0.23 0.28 0.27
HSL 9.41º 0.27% 0.63% -
HSV(B) 9.41º 0.28% 0.73% -
XYZ 33.98 31.38 26.82 -
YUV 153.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 185 142 134 0 0.23 0.28 0.27 9.41 0.27 0.63
Hex B9 8E 86 0 17 1C 1B 9 1B 3F
Octal 271 216 206 0 27 34 33 11 33 77
Binary 10111001 10001110 10000110 0 10111 11100 11011 1001 11011 111111

Color Harmonies of #B98E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E86

Black with #B98E86

Text Example


Text Example

White with #B98E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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