#BD948E

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

Shades of Oriental Pink #BD948E

Tints of Oriental Pink #BD948E

Color information

#BD948E (or 0xBD948E) is unknown color: approx Oriental Pink. HEX triplet: BD, 94 and 8E. RGB value is (189,148,142). Sum of RGB (Red+Green+Blue) = 189+148+142=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948E is #426B71. Grayscale: #9F9F9F. Windows color (decimal): -4352882 or 9344189. OLE color: 9344189.

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

Color convert

RGB189148142-
CMYK00.220.250.26
HSL7.66º26.26%64.9%-
HSV(B)7.66º24.87%74.12%-
XYZ36.4633.9530.22-
YUV159.57118.08148.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=39.46%
G=30.90%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914814200.220.250.267.6626.2664.9
HexBD948E016191A81a41
Octal27522421602631321032101
Binary10111101100101001000111001011011001110101000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD948E; }

 p { color: rgb(189,148,142); }

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

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

 a { background-color: rgb(189,148,142); }

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

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

 span { border-color: rgb(189,148,142); }

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