#BF8482

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

Shades of Oriental Pink #BF8482

Tints of Oriental Pink #BF8482

Color information

#BF8482 (or 0xBF8482) is unknown color: approx Oriental Pink. HEX triplet: BF, 84 and 82. RGB value is (191,132,130). Sum of RGB (Red+Green+Blue) = 191+132+130=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8482 is #407B7D. Grayscale: #959595. Windows color (decimal): -4225918 or 8553663. OLE color: 8553663.

HSL color Cylindrical-coordinate representation of color #BF8482: hue angle of 1.97º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8482 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191132130-
CMYK00.310.320.25
HSL1.97º32.28%62.94%-
HSV(B)1.97º31.94%74.9%-
XYZ33.7729.1924.97-
YUV149.41117.05157.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=42.16%
G=29.14%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113213000.310.320.251.9732.2862.94
HexBF848201F20192203f
Octal277204202037403124077
Binary1011111110000100100000100111111000001100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8482; }

 p { color: rgb(191,132,130); }

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

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

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

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

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

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

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