#BC928A

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

Shades of Oriental Pink #BC928A

Tints of Oriental Pink #BC928A

Color information

#BC928A (or 0xBC928A) is unknown color: approx Oriental Pink. HEX triplet: BC, 92 and 8A. RGB value is (188,146,138). Sum of RGB (Red+Green+Blue) = 188+146+138=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC928A is #436D75. Grayscale: #9D9D9D. Windows color (decimal): -4418934 or 9081532. OLE color: 9081532.

HSL color Cylindrical-coordinate representation of color #BC928A: hue angle of 9.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC928A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188146138-
CMYK00.220.270.26
HSL9.6º27.17%63.92%-
HSV(B)9.6º26.6%73.73%-
XYZ35.6133.0828.55-
YUV157.65116.91149.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=39.83%
G=30.93%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814613800.220.270.269.627.1763.92
HexBC928A0161B1Aa1b40
Octal27422221202633321233100
Binary10111100100100101000101001011011011110101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC928A; }

 p { color: rgb(188,146,138); }

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

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

 a { background-color: rgb(188,146,138); }

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

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

 span { border-color: rgb(188,146,138); }

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