Html Css Color HEX #B88986 Oriental Pink

📋 copy color: '#B88986'

red 184 ◦ green 137 ◦ blue 134

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

Shades of Oriental Pink #B88986

Tints of Oriental Pink #B88986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

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

R = 40.44%
G = 30.11%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B88986 (or 0xB88986) is known color: Oriental Pink. HEX triplet: B8, 89 and 86. RGB value is (184,137,134). Sum of RGB (Red+Green+Blue) = 184+137+134=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B88986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88986 is #477679. Grayscale: #969696. Windows color (decimal): -4683386 or 8817080. OLE color: 8817080.

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

Color convert

RGB 184 137 134 -
CMYK 0 0.26 0.27 0.28
HSL 3.6º 0.26% 0.62% -
HSV(B) 3.6º 0.27% 0.72% -
XYZ 33.02 29.8 26.57 -
YUV 150.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 184 137 134 0 0.26 0.27 0.28 3.6 0.26 0.62
Hex B8 89 86 0 1A 1B 1C 4 1A 3E
Octal 270 211 206 0 32 33 34 4 32 76
Binary 10111000 10001001 10000110 0 11010 11011 11100 100 11010 111110

Color Harmonies of #B88986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88986

Black with #B88986

Text Example


Text Example

White with #B88986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88986; }

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

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

background-color css

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

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

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

border-color css

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

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

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