Html Css Color HEX #BF9189 Oriental Pink

📋 copy color: '#BF9189'

red 191 ◦ green 145 ◦ blue 137

#BF9189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BF9189

Tints of Oriental Pink #BF9189

RGB

 RED value IS 191 (75% from 255) = 40.38%

 GREEN value IS 145 (57.03% from 255) = 30.66%

 BLUE value IS 137 (53.91% from 255) = 28.96%

R = 40.38%
G = 30.66%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF9189 (or 0xBF9189) is known color: Oriental Pink. HEX triplet: BF, 91 and 89. RGB value is (191,145,137). Sum of RGB (Red+Green+Blue) = 191+145+137=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9189 is #406E76. Grayscale: #9D9D9D. Windows color (decimal): -4222583 or 9015743. OLE color: 9015743.

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

Color convert

RGB 191 145 137 -
CMYK 0 0.24 0.28 0.25
HSL 8.89º 0.3% 0.64% -
HSV(B) 8.89º 0.28% 0.75% -
XYZ 36.13 33.13 28.16 -
YUV 157.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 191 145 137 0 0.24 0.28 0.25 8.89 0.3 0.64
Hex BF 91 89 0 18 1C 19 9 1E 40
Octal 277 221 211 0 30 34 31 11 36 100
Binary 10111111 10010001 10001001 0 11000 11100 11001 1001 11110 1000000

Color Harmonies of #BF9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9189

Black with #BF9189

Text Example


Text Example

White with #BF9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9189; }

 p { color: rgb(191,145,137); }

 H1.HeaderClassName
 {
   color: #BF9189;
 }
 .AnyTagClassName
 {
   color: #BF9189;
 }
</style>

background-color css

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

 a { background-color: rgb(191,145,137); }

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

border-color css

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

 span { border-color: rgb(191,145,137); }

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