Html Css Color HEX #B98C88 Oriental Pink

📋 copy color: '#B98C88'

red 185 ◦ green 140 ◦ blue 136

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

Shades of Oriental Pink #B98C88

Tints of Oriental Pink #B98C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 40.13%
G = 30.37%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B98C88 (or 0xB98C88) is known color: Oriental Pink. HEX triplet: B9, 8C and 88. RGB value is (185,140,136). Sum of RGB (Red+Green+Blue) = 185+140+136=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C88 is #467377. Grayscale: #999999. Windows color (decimal): -4617080 or 8948921. OLE color: 8948921.

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

Color convert

RGB 185 140 136 -
CMYK 0 0.24 0.26 0.27
HSL 4.9º 0.26% 0.63% -
HSV(B) 4.9º 0.26% 0.73% -
XYZ 33.83 30.85 27.46 -
YUV 153 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 185 140 136 0 0.24 0.26 0.27 4.9 0.26 0.63
Hex B9 8C 88 0 18 1A 1B 5 1A 3F
Octal 271 214 210 0 30 32 33 5 32 77
Binary 10111001 10001100 10001000 0 11000 11010 11011 101 11010 111111

Color Harmonies of #B98C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98C88

Black with #B98C88

Text Example


Text Example

White with #B98C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98C88; }

 p { color: rgb(185,140,136); }

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

background-color css

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

 a { background-color: rgb(185,140,136); }

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

border-color css

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

 span { border-color: rgb(185,140,136); }

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