#BF8582

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

Shades of Oriental Pink #BF8582

Tints of Oriental Pink #BF8582

Color information

#BF8582 (or 0xBF8582) is unknown color: approx Oriental Pink. HEX triplet: BF, 85 and 82. RGB value is (191,133,130). Sum of RGB (Red+Green+Blue) = 191+133+130=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8582 is #407A7D. Grayscale: #969696. Windows color (decimal): -4225662 or 8553919. OLE color: 8553919.

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

Color convert

RGB191133130-
CMYK00.300.320.25
HSL2.95º32.28%62.94%-
HSV(B)2.95º31.94%74.9%-
XYZ33.929.4625.02-
YUV150116.72157.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 130 (51.17% from 255) = 28.63%
R=42.07%
G=29.30%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113313000.300.320.252.9532.2862.94
HexBF858201E20193203f
Octal277205202036403134077
Binary1011111110000101100000100111101000001100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8582; }

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

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

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

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

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

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

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

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