Html Css Color HEX #B88E85 Oriental Pink

📋 copy color: '#B88E85'

red 184 ◦ green 142 ◦ blue 133

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

Shades of Oriental Pink #B88E85

Tints of Oriental Pink #B88E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

 BLUE value IS 133 (52.34% from 255) = 28.98%

R = 40.09%
G = 30.94%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B88E85 (or 0xB88E85) is known color: Oriental Pink. HEX triplet: B8, 8E and 85. RGB value is (184,142,133). Sum of RGB (Red+Green+Blue) = 184+142+133=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E85 is #47717A. Grayscale: #999999. Windows color (decimal): -4682107 or 8752824. OLE color: 8752824.

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

Color convert

RGB 184 142 133 -
CMYK 0 0.23 0.28 0.28
HSL 10.59º 0.26% 0.62% -
HSV(B) 10.59º 0.28% 0.72% -
XYZ 33.67 31.23 26.44 -
YUV 153.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 184 142 133 0 0.23 0.28 0.28 10.59 0.26 0.62
Hex B8 8E 85 0 17 1C 1C B 1A 3E
Octal 270 216 205 0 27 34 34 13 32 76
Binary 10111000 10001110 10000101 0 10111 11100 11100 1011 11010 111110

Color Harmonies of #B88E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88E85

Black with #B88E85

Text Example


Text Example

White with #B88E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88E85; }

 p { color: rgb(184,142,133); }

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

background-color css

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

 a { background-color: rgb(184,142,133); }

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

border-color css

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

 span { border-color: rgb(184,142,133); }

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