#BD8484

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

Shades of Oriental Pink #BD8484

Tints of Oriental Pink #BD8484

Color information

#BD8484 (or 0xBD8484) is unknown color: approx Oriental Pink. HEX triplet: BD, 84 and 84. RGB value is (189,132,132). Sum of RGB (Red+Green+Blue) = 189+132+132=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8484 is #427B7B. Grayscale: #959595. Windows color (decimal): -4356988 or 8684733. OLE color: 8684733.

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

Color convert

RGB189132132-
CMYK00.300.300.26
HSL30.16%62.94%-
HSV(B)30.16%74.12%-
XYZ33.428.9925.66-
YUV149.04118.38156.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=41.72%
G=29.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913213200.300.300.26030.1662.94
HexBD848401E1E1A01e3f
Octal275204204036363203677
Binary1011110110000100100001000111101111011010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8484; }

 p { color: rgb(189,132,132); }

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

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

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

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

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

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

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