#BD948F

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

Shades of Oriental Pink #BD948F

Tints of Oriental Pink #BD948F

Color information

#BD948F (or 0xBD948F) is unknown color: approx Oriental Pink. HEX triplet: BD, 94 and 8F. RGB value is (189,148,143). Sum of RGB (Red+Green+Blue) = 189+148+143=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948F is #426B70. Grayscale: #9F9F9F. Windows color (decimal): -4352881 or 9409725. OLE color: 9409725.

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

Color convert

RGB189148143-
CMYK00.220.240.26
HSL6.52º25.84%65.1%-
HSV(B)6.52º24.34%74.12%-
XYZ36.5333.9830.62-
YUV159.69118.58148.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=39.38%
G=30.83%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914814300.220.240.266.5225.8465.1
HexBD948F016181A71a41
Octal2752242170263032732101
Binary1011110110010100100011110101101100011010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD948F; }

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

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

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

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

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

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

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

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