#BD928A

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

Shades of Oriental Pink #BD928A

Tints of Oriental Pink #BD928A

Color information

#BD928A (or 0xBD928A) is unknown color: approx Oriental Pink. HEX triplet: BD, 92 and 8A. RGB value is (189,146,138). Sum of RGB (Red+Green+Blue) = 189+146+138=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD928A is #426D75. Grayscale: #9E9E9E. Windows color (decimal): -4353398 or 9081533. OLE color: 9081533.

HSL color Cylindrical-coordinate representation of color #BD928A: hue angle of 9.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD928A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB189146138-
CMYK00.230.270.26
HSL9.41º27.87%64.12%-
HSV(B)9.41º26.98%74.12%-
XYZ35.8533.2128.57-
YUV157.94116.75150.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=39.96%
G=30.87%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914613800.230.270.269.4127.8764.12
HexBD928A0171B1A91c40
Octal27522221202733321134100
Binary10111101100100101000101001011111011110101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD928A; }

 p { color: rgb(189,146,138); }

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

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

 a { background-color: rgb(189,146,138); }

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

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

 span { border-color: rgb(189,146,138); }

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