Html Css Color HEX #BF8686 Oriental Pink

📋 copy color: '#BF8686'

red 191 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #BF8686

Tints of Oriental Pink #BF8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.19%

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

R = 41.61%
G = 29.19%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF8686 (or 0xBF8686) is known color: Oriental Pink. HEX triplet: BF, 86 and 86. RGB value is (191,134,134). Sum of RGB (Red+Green+Blue) = 191+134+134=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8686 is #407979. Grayscale: #979797. Windows color (decimal): -4225402 or 8816319. OLE color: 8816319.

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

Color convert

RGB 191 134 134 -
CMYK 0 0.30 0.30 0.25
HSL 0.31% 0.64% -
HSV(B) 0.3% 0.75% -
XYZ 34.31 29.85 26.51 -
YUV 151.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 191 134 134 0 0.30 0.30 0.25 0 0.31 0.64
Hex BF 86 86 0 1E 1E 19 0 1F 40
Octal 277 206 206 0 36 36 31 0 37 100
Binary 10111111 10000110 10000110 0 11110 11110 11001 0 11111 1000000

Color Harmonies of #BF8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8686

Black with #BF8686

Text Example


Text Example

White with #BF8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8686; }

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

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

background-color css

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

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

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

border-color css

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

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

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