Html Css Color HEX #BF8886 Oriental Pink

📋 copy color: '#BF8886'

red 191 ◦ green 136 ◦ blue 134

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

Shades of Oriental Pink #BF8886

Tints of Oriental Pink #BF8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 41.43%
G = 29.5%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF8886 (or 0xBF8886) is known color: Oriental Pink. HEX triplet: BF, 88 and 86. RGB value is (191,136,134). Sum of RGB (Red+Green+Blue) = 191+136+134=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8886 is #407779. Grayscale: #989898. Windows color (decimal): -4224890 or 8816831. OLE color: 8816831.

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

Color convert

RGB 191 136 134 -
CMYK 0 0.29 0.30 0.25
HSL 2.11º 0.31% 0.64% -
HSV(B) 2.11º 0.3% 0.75% -
XYZ 34.59 30.41 26.6 -
YUV 152.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 191 136 134 0 0.29 0.30 0.25 2.11 0.31 0.64
Hex BF 88 86 0 1D 1E 19 2 1F 40
Octal 277 210 206 0 35 36 31 2 37 100
Binary 10111111 10001000 10000110 0 11101 11110 11001 10 11111 1000000

Color Harmonies of #BF8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8886

Black with #BF8886

Text Example


Text Example

White with #BF8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8886; }

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

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

background-color css

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

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

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

border-color css

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

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

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