Html Css Color HEX #B98B87 Oriental Pink

📋 copy color: '#B98B87'

red 185 ◦ green 139 ◦ blue 135

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

Shades of Oriental Pink #B98B87

Tints of Oriental Pink #B98B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 135 (53.13% from 255) = 29.41%

R = 40.31%
G = 30.28%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B98B87 (or 0xB98B87) is known color: Oriental Pink. HEX triplet: B9, 8B and 87. RGB value is (185,139,135). Sum of RGB (Red+Green+Blue) = 185+139+135=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98B87 is #467478. Grayscale: #989898. Windows color (decimal): -4617337 or 8883129. OLE color: 8883129.

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

Color convert

RGB 185 139 135 -
CMYK 0 0.25 0.27 0.27
HSL 4.8º 0.26% 0.63% -
HSV(B) 4.8º 0.27% 0.73% -
XYZ 33.61 30.53 27.04 -
YUV 152.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 185 139 135 0 0.25 0.27 0.27 4.8 0.26 0.63
Hex B9 8B 87 0 19 1B 1B 5 1A 3F
Octal 271 213 207 0 31 33 33 5 32 77
Binary 10111001 10001011 10000111 0 11001 11011 11011 101 11010 111111

Color Harmonies of #B98B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B87

Black with #B98B87

Text Example


Text Example

White with #B98B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B87; }

 p { color: rgb(185,139,135); }

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

background-color css

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

 a { background-color: rgb(185,139,135); }

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

border-color css

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

 span { border-color: rgb(185,139,135); }

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