Html Css Color HEX #B99086 Oriental Pink

📋 copy color: '#B99086'

red 185 ◦ green 144 ◦ blue 134

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

Shades of Oriental Pink #B99086

Tints of Oriental Pink #B99086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.1%

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

R = 39.96%
G = 31.1%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B99086 (or 0xB99086) is known color: Oriental Pink. HEX triplet: B9, 90 and 86. RGB value is (185,144,134). Sum of RGB (Red+Green+Blue) = 185+144+134=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99086 is #466F79. Grayscale: #9B9B9B. Windows color (decimal): -4616058 or 8818873. OLE color: 8818873.

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

Color convert

RGB 185 144 134 -
CMYK 0 0.22 0.28 0.27
HSL 11.76º 0.27% 0.63% -
HSV(B) 11.76º 0.28% 0.73% -
XYZ 34.28 31.98 26.92 -
YUV 155.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 185 144 134 0 0.22 0.28 0.27 11.76 0.27 0.63
Hex B9 90 86 0 16 1C 1B C 1B 3F
Octal 271 220 206 0 26 34 33 14 33 77
Binary 10111001 10010000 10000110 0 10110 11100 11011 1100 11011 111111

Color Harmonies of #B99086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99086

Black with #B99086

Text Example


Text Example

White with #B99086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99086; }

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

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

background-color css

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

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

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

border-color css

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

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

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