#B68C87

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

Shades of Oriental Pink #B68C87

Tints of Oriental Pink #B68C87

Color information

#B68C87 (or 0xB68C87) is unknown color: approx Oriental Pink. HEX triplet: B6, 8C and 87. RGB value is (182,140,135). Sum of RGB (Red+Green+Blue) = 182+140+135=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68C87 is #497378. Grayscale: #989898. Windows color (decimal): -4813689 or 8883382. OLE color: 8883382.

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

Color convert

RGB182140135-
CMYK00.230.260.29
HSL6.38º24.35%62.16%-
HSV(B)6.38º25.82%71.37%-
XYZ33.0430.4527.06-
YUV151.99118.41149.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 140 (55.08% from 255) = 30.63%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=39.82%
G=30.63%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214013500.230.260.296.3824.3562.16
HexB68C870171A1D6183e
Octal266214207027323563076
Binary101101101000110010000111010111110101110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68C87; }

 p { color: rgb(182,140,135); }

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

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

 a { background-color: rgb(182,140,135); }

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

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

 span { border-color: rgb(182,140,135); }

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