#BD948D

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

Shades of Oriental Pink #BD948D

Tints of Oriental Pink #BD948D

Color information

#BD948D (or 0xBD948D) is unknown color: approx Oriental Pink. HEX triplet: BD, 94 and 8D. RGB value is (189,148,141). Sum of RGB (Red+Green+Blue) = 189+148+141=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD948D is #426B72. Grayscale: #9F9F9F. Windows color (decimal): -4352883 or 9278653. OLE color: 9278653.

HSL color Cylindrical-coordinate representation of color #BD948D: hue angle of 8.75º degrees, saturation: 0.27, 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 #BD948D is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189148141-
CMYK00.220.250.26
HSL8.75º26.67%64.71%-
HSV(B)8.75º25.4%74.12%-
XYZ36.3833.9229.83-
YUV159.46117.58149.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=39.54%
G=30.96%
B=29.50%

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
Decimal18914814100.220.250.268.7526.6764.71
HexBD948D016191A91b41
Octal27522421502631321133101
Binary10111101100101001000110101011011001110101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD948D; }

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

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

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

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

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

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

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

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