#BC908B

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

Shades of Oriental Pink #BC908B

Tints of Oriental Pink #BC908B

Color information

#BC908B (or 0xBC908B) is unknown color: approx Oriental Pink. HEX triplet: BC, 90 and 8B. RGB value is (188,144,139). Sum of RGB (Red+Green+Blue) = 188+144+139=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC908B is #436F74. Grayscale: #9C9C9C. Windows color (decimal): -4419445 or 9146556. OLE color: 9146556.

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

Color convert

RGB188144139-
CMYK00.230.260.26
HSL6.12º26.78%64.12%-
HSV(B)6.12º26.06%73.73%-
XYZ35.3732.528.84-
YUV156.59118.08150.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 144 (56.64% from 255) = 30.57%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=39.92%
G=30.57%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814413900.230.260.266.1226.7864.12
HexBC908B0171A1A61b40
Octal2742202130273232633100
Binary1011110010010000100010110101111101011010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC908B; }

 p { color: rgb(188,144,139); }

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

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

 a { background-color: rgb(188,144,139); }

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

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

 span { border-color: rgb(188,144,139); }

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