Html Css Color HEX #B98A87 Oriental Pink

📋 copy color: '#B98A87'

red 185 ◦ green 138 ◦ blue 135

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

Shades of Oriental Pink #B98A87

Tints of Oriental Pink #B98A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 40.39%
G = 30.13%
B = 29.48%

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

#B98A87 (or 0xB98A87) is known color: Oriental Pink. HEX triplet: B9, 8A and 87. RGB value is (185,138,135). Sum of RGB (Red+Green+Blue) = 185+138+135=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A87 is #467578. Grayscale: #979797. Windows color (decimal): -4617593 or 8882873. OLE color: 8882873.

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

Color convert

RGB 185 138 135 -
CMYK 0 0.25 0.27 0.27
HSL 3.6º 0.26% 0.63% -
HSV(B) 3.6º 0.27% 0.73% -
XYZ 33.47 30.24 26.99 -
YUV 151.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 185 138 135 0 0.25 0.27 0.27 3.6 0.26 0.63
Hex B9 8A 87 0 19 1B 1B 4 1A 3F
Octal 271 212 207 0 31 33 33 4 32 77
Binary 10111001 10001010 10000111 0 11001 11011 11011 100 11010 111111

Color Harmonies of #B98A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A87

Black with #B98A87

Text Example


Text Example

White with #B98A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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