Html Css Color HEX #BF8786 Oriental Pink

📋 copy color: '#BF8786'

red 191 ◦ green 135 ◦ blue 134

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

Shades of Oriental Pink #BF8786

Tints of Oriental Pink #BF8786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

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

R = 41.52%
G = 29.35%
B = 29.13%

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

#BF8786 (or 0xBF8786) is known color: Oriental Pink. HEX triplet: BF, 87 and 86. RGB value is (191,135,134). Sum of RGB (Red+Green+Blue) = 191+135+134=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8786 is #407879. Grayscale: #979797. Windows color (decimal): -4225146 or 8816575. OLE color: 8816575.

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

Color convert

RGB 191 135 134 -
CMYK 0 0.29 0.30 0.25
HSL 1.05º 0.31% 0.64% -
HSV(B) 1.05º 0.3% 0.75% -
XYZ 34.45 30.13 26.55 -
YUV 151.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 191 135 134 0 0.29 0.30 0.25 1.05 0.31 0.64
Hex BF 87 86 0 1D 1E 19 1 1F 40
Octal 277 207 206 0 35 36 31 1 37 100
Binary 10111111 10000111 10000110 0 11101 11110 11001 1 11111 1000000

Color Harmonies of #BF8786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8786

Black with #BF8786

Text Example


Text Example

White with #BF8786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8786; }

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

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

background-color css

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

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

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

border-color css

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

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

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