Html Css Color HEX #BF8680 Oriental Pink

📋 copy color: '#BF8680'

red 191 ◦ green 134 ◦ blue 128

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

Shades of Oriental Pink #BF8680

Tints of Oriental Pink #BF8680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 42.16%
G = 29.58%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF8680 (or 0xBF8680) is known color: Oriental Pink. HEX triplet: BF, 86 and 80. RGB value is (191,134,128). Sum of RGB (Red+Green+Blue) = 191+134+128=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8680 is #40797F. Grayscale: #969696. Windows color (decimal): -4225408 or 8423103. OLE color: 8423103.

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

Color convert

RGB 191 134 128 -
CMYK 0 0.30 0.33 0.25
HSL 5.71º 0.33% 0.63% -
HSV(B) 5.71º 0.33% 0.75% -
XYZ 33.91 29.69 24.36 -
YUV 150.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 191 134 128 0 0.30 0.33 0.25 5.71 0.33 0.63
Hex BF 86 80 0 1E 21 19 6 21 3F
Octal 277 206 200 0 36 41 31 6 41 77
Binary 10111111 10000110 10000000 0 11110 100001 11001 110 100001 111111

Color Harmonies of #BF8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8680

Black with #BF8680

Text Example


Text Example

White with #BF8680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8680; }

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

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

background-color css

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

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

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

border-color css

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

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

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