Html Css Color HEX #B88C86 Oriental Pink

📋 copy color: '#B88C86'

red 184 ◦ green 140 ◦ blue 134

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

Shades of Oriental Pink #B88C86

Tints of Oriental Pink #B88C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.26%

R = 40.17%
G = 30.57%
B = 29.26%

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

#B88C86 (or 0xB88C86) is known color: Oriental Pink. HEX triplet: B8, 8C and 86. RGB value is (184,140,134). Sum of RGB (Red+Green+Blue) = 184+140+134=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C86 is #477379. Grayscale: #989898. Windows color (decimal): -4682618 or 8817848. OLE color: 8817848.

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

Color convert

RGB 184 140 134 -
CMYK 0 0.24 0.27 0.28
HSL 7.2º 0.26% 0.62% -
HSV(B) 7.2º 0.27% 0.72% -
XYZ 33.45 30.67 26.71 -
YUV 152.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 184 140 134 0 0.24 0.27 0.28 7.2 0.26 0.62
Hex B8 8C 86 0 18 1B 1C 7 1A 3E
Octal 270 214 206 0 30 33 34 7 32 76
Binary 10111000 10001100 10000110 0 11000 11011 11100 111 11010 111110

Color Harmonies of #B88C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C86

Black with #B88C86

Text Example


Text Example

White with #B88C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C86; }

 p { color: rgb(184,140,134); }

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

background-color css

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

 a { background-color: rgb(184,140,134); }

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

border-color css

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

 span { border-color: rgb(184,140,134); }

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