Html Css Color HEX #BF8F85 Oriental Pink

📋 copy color: '#BF8F85'

red 191 ◦ green 143 ◦ blue 133

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

Shades of Oriental Pink #BF8F85

Tints of Oriental Pink #BF8F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 40.9%
G = 30.62%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF8F85 (or 0xBF8F85) is known color: Oriental Pink. HEX triplet: BF, 8F and 85. RGB value is (191,143,133). Sum of RGB (Red+Green+Blue) = 191+143+133=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F85 is #40707A. Grayscale: #9C9C9C. Windows color (decimal): -4223099 or 8753087. OLE color: 8753087.

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

Color convert

RGB 191 143 133 -
CMYK 0 0.25 0.30 0.25
HSL 10.34º 0.31% 0.64% -
HSV(B) 10.34º 0.3% 0.75% -
XYZ 35.54 32.41 26.57 -
YUV 156.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 191 143 133 0 0.25 0.30 0.25 10.34 0.31 0.64
Hex BF 8F 85 0 19 1E 19 A 1F 40
Octal 277 217 205 0 31 36 31 12 37 100
Binary 10111111 10001111 10000101 0 11001 11110 11001 1010 11111 1000000

Color Harmonies of #BF8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F85

Black with #BF8F85

Text Example


Text Example

White with #BF8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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