#BD938D

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

Shades of Oriental Pink #BD938D

Tints of Oriental Pink #BD938D

Color information

#BD938D (or 0xBD938D) is unknown color: approx Oriental Pink. HEX triplet: BD, 93 and 8D. RGB value is (189,147,141). Sum of RGB (Red+Green+Blue) = 189+147+141=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD938D is #426C72. Grayscale: #9E9E9E. Windows color (decimal): -4353139 or 9278397. OLE color: 9278397.

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

Color convert

RGB189147141-
CMYK00.220.250.26
HSL7.5º26.67%64.71%-
HSV(B)7.5º25.4%74.12%-
XYZ36.2333.6129.78-
YUV158.87117.91149.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=39.62%
G=30.82%
B=29.56%

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
Decimal18914714100.220.250.267.526.6764.71
HexBD938D016191A81b41
Octal27522321502631321033101
Binary10111101100100111000110101011011001110101000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD938D; }

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

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

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

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

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

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

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

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