#B78E85

Color #B78E85 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #B78E85

Tints of Oriental Pink #B78E85

Color information

#B78E85 (or 0xB78E85) is unknown color: approx Oriental Pink. HEX triplet: B7, 8E and 85. RGB value is (183,142,133). Sum of RGB (Red+Green+Blue) = 183+142+133=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78E85 is #48717A. Grayscale: #999999. Windows color (decimal): -4747643 or 8752823. OLE color: 8752823.

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

Color convert

RGB183142133-
CMYK00.220.270.28
HSL10.8º25.77%61.96%-
HSV(B)10.8º27.32%71.76%-
XYZ33.4431.1126.43-
YUV153.23116.58149.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=39.96%
G=31.00%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314213300.220.270.2810.825.7761.96
HexB78E850161B1Cb1a3e
Octal2672162050263334133276
Binary1011011110001110100001010101101101111100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78E85; }

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

 H1.HeaderClassName
 {
   color: #B78E85;
 }
 .AnyTagClassName
 {
   color: #B78E85;
 }
</style>
background-color css

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

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

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

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

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

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