#B9908A

Color #B9908A Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #B9908A

Tints of Oriental Pink #B9908A

Color information

#B9908A (or 0xB9908A) is unknown color: approx Oriental Pink. HEX triplet: B9, 90 and 8A. RGB value is (185,144,138). Sum of RGB (Red+Green+Blue) = 185+144+138=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9908A is #466F75. Grayscale: #9B9B9B. Windows color (decimal): -4616054 or 9081017. OLE color: 9081017.

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

Color convert

RGB185144138-
CMYK00.220.250.27
HSL7.66º25.13%63.33%-
HSV(B)7.66º25.41%72.55%-
XYZ34.5732.128.42-
YUV155.57118.08148.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=39.61%
G=30.84%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514413800.220.250.277.6625.1363.33
HexB9908A016191B8193f
Octal2712202120263133103177
Binary1011100110010000100010100101101100111011100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9908A; }

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

 H1.HeaderClassName
 {
   color: #B9908A;
 }
 .AnyTagClassName
 {
   color: #B9908A;
 }
</style>
background-color css

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

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

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

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

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

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