Html Css Color HEX #B99089 Oriental Pink

📋 copy color: '#B99089'

red 185 ◦ green 144 ◦ blue 137

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

Shades of Oriental Pink #B99089

Tints of Oriental Pink #B99089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 39.7%
G = 30.9%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B99089 (or 0xB99089) is known color: Oriental Pink. HEX triplet: B9, 90 and 89. RGB value is (185,144,137). Sum of RGB (Red+Green+Blue) = 185+144+137=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99089 is #466F76. Grayscale: #9B9B9B. Windows color (decimal): -4616055 or 9015481. OLE color: 9015481.

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

Color convert

RGB 185 144 137 -
CMYK 0 0.22 0.26 0.27
HSL 8.75º 0.26% 0.63% -
HSV(B) 8.75º 0.26% 0.73% -
XYZ 34.5 32.07 28.04 -
YUV 155.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 185 144 137 0 0.22 0.26 0.27 8.75 0.26 0.63
Hex B9 90 89 0 16 1A 1B 9 1A 3F
Octal 271 220 211 0 26 32 33 11 32 77
Binary 10111001 10010000 10001001 0 10110 11010 11011 1001 11010 111111

Color Harmonies of #B99089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99089

Black with #B99089

Text Example


Text Example

White with #B99089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99089; }

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

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

background-color css

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

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

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

border-color css

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

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

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