Html Css Color HEX #B9908A Oriental Pink

📋 copy color: '#B9908A'

red 185 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #B9908A

Tints of Oriental Pink #B9908A

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.3% from 255) = 29.55%

R = 39.61%
G = 30.84%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9908A (or 0xB9908A) is known color: 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

RGB 185 144 138 -
CMYK 0 0.22 0.25 0.27
HSL 7.66º 0.25% 0.63% -
HSV(B) 7.66º 0.25% 0.73% -
XYZ 34.57 32.1 28.42 -
YUV 155.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 185 144 138 0 0.22 0.25 0.27 7.66 0.25 0.63
Hex B9 90 8A 0 16 19 1B 8 19 3F
Octal 271 220 212 0 26 31 33 10 31 77
Binary 10111001 10010000 10001010 0 10110 11001 11011 1000 11001 111111

Color Harmonies of #B9908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9908A

Black with #B9908A

Text Example


Text Example

White with #B9908A

Text Example


Text Example

HTML Codes & Css Web 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>