Html Css Color HEX #B88B87 Oriental Pink

📋 copy color: '#B88B87'

red 184 ◦ green 139 ◦ blue 135

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

Shades of Oriental Pink #B88B87

Tints of Oriental Pink #B88B87

RGB

 RED value IS 184 (72.27% from 255) = 40.17%

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

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

R = 40.17%
G = 30.35%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B88B87 (or 0xB88B87) is known color: Oriental Pink. HEX triplet: B8, 8B and 87. RGB value is (184,139,135). Sum of RGB (Red+Green+Blue) = 184+139+135=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B87 is #477478. Grayscale: #989898. Windows color (decimal): -4682873 or 8883128. OLE color: 8883128.

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

Color convert

RGB 184 139 135 -
CMYK 0 0.24 0.27 0.28
HSL 4.9º 0.26% 0.63% -
HSV(B) 4.9º 0.27% 0.72% -
XYZ 33.37 30.4 27.03 -
YUV 152 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 184 139 135 0 0.24 0.27 0.28 4.9 0.26 0.63
Hex B8 8B 87 0 18 1B 1C 5 1A 3F
Octal 270 213 207 0 30 33 34 5 32 77
Binary 10111000 10001011 10000111 0 11000 11011 11100 101 11010 111111

Color Harmonies of #B88B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88B87

Black with #B88B87

Text Example


Text Example

White with #B88B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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