Html Css Color HEX #BF8F80 Oriental Pink

📋 copy color: '#BF8F80'

red 191 ◦ green 143 ◦ blue 128

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

Shades of Oriental Pink #BF8F80

Tints of Oriental Pink #BF8F80

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.95%

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

R = 41.34%
G = 30.95%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF8F80 (or 0xBF8F80) is known color: Oriental Pink. HEX triplet: BF, 8F and 80. RGB value is (191,143,128). Sum of RGB (Red+Green+Blue) = 191+143+128=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F80 is #40707F. Grayscale: #9B9B9B. Windows color (decimal): -4223104 or 8425407. OLE color: 8425407.

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

Color convert

RGB 191 143 128 -
CMYK 0 0.25 0.33 0.25
HSL 14.29º 0.33% 0.63% -
HSV(B) 14.29º 0.33% 0.75% -
XYZ 35.2 32.28 24.8 -
YUV 155.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 191 143 128 0 0.25 0.33 0.25 14.29 0.33 0.63
Hex BF 8F 80 0 19 21 19 E 21 3F
Octal 277 217 200 0 31 41 31 16 41 77
Binary 10111111 10001111 10000000 0 11001 100001 11001 1110 100001 111111

Color Harmonies of #BF8F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F80

Black with #BF8F80

Text Example


Text Example

White with #BF8F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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