#BF8D8A

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

Shades of Oriental Pink #BF8D8A

Tints of Oriental Pink #BF8D8A

Color information

#BF8D8A (or 0xBF8D8A) is unknown color: approx Oriental Pink. HEX triplet: BF, 8D and 8A. RGB value is (191,141,138). Sum of RGB (Red+Green+Blue) = 191+141+138=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D8A is #407275. Grayscale: #9B9B9B. Windows color (decimal): -4223606 or 9080255. OLE color: 9080255.

HSL color Cylindrical-coordinate representation of color #BF8D8A: hue angle of 3.4º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8D8A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB191141138-
CMYK00.260.280.25
HSL3.4º29.28%64.51%-
HSV(B)3.4º27.75%74.9%-
XYZ35.631.9628.34-
YUV155.61118.06153.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=40.64%
G=30%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114113800.260.280.253.429.2864.51
HexBF8D8A01A1C1931d41
Octal2772152120323431335101
Binary101111111000110110001010011010111001100111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D8A; }

 p { color: rgb(191,141,138); }

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

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

 a { background-color: rgb(191,141,138); }

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

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

 span { border-color: rgb(191,141,138); }

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