#BD938B

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

Shades of Oriental Pink #BD938B

Tints of Oriental Pink #BD938B

Color information

#BD938B (or 0xBD938B) is unknown color: approx Oriental Pink. HEX triplet: BD, 93 and 8B. RGB value is (189,147,139). Sum of RGB (Red+Green+Blue) = 189+147+139=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD938B is #426C74. Grayscale: #9E9E9E. Windows color (decimal): -4353141 or 9147325. OLE color: 9147325.

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

Color convert

RGB189147139-
CMYK00.220.260.26
HSL9.6º27.47%64.31%-
HSV(B)9.6º26.46%74.12%-
XYZ36.0833.5529-
YUV158.65116.91149.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=39.79%
G=30.95%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914713900.220.260.269.627.4764.31
HexBD938B0161A1Aa1b40
Octal27522321302632321233100
Binary10111101100100111000101101011011010110101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD938B; }

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

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

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

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

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

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

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

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