Html Css Color HEX #BF9188 Oriental Pink

📋 copy color: '#BF9188'

red 191 ◦ green 145 ◦ blue 136

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

Shades of Oriental Pink #BF9188

Tints of Oriental Pink #BF9188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.81%

R = 40.47%
G = 30.72%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF9188 (or 0xBF9188) is known color: Oriental Pink. HEX triplet: BF, 91 and 88. RGB value is (191,145,136). Sum of RGB (Red+Green+Blue) = 191+145+136=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9188 is #406E77. Grayscale: #9D9D9D. Windows color (decimal): -4222584 or 8950207. OLE color: 8950207.

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

Color convert

RGB 191 145 136 -
CMYK 0 0.24 0.29 0.25
HSL 9.82º 0.3% 0.64% -
HSV(B) 9.82º 0.29% 0.75% -
XYZ 36.06 33.1 27.78 -
YUV 157.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 191 145 136 0 0.24 0.29 0.25 9.82 0.3 0.64
Hex BF 91 88 0 18 1D 19 A 1E 40
Octal 277 221 210 0 30 35 31 12 36 100
Binary 10111111 10010001 10001000 0 11000 11101 11001 1010 11110 1000000

Color Harmonies of #BF9188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9188

Black with #BF9188

Text Example


Text Example

White with #BF9188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9188; }

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

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

background-color css

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

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

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

border-color css

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

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

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